{
  "author": {
    "name": "HashiCorp",
    "organization": true,
    "roles": [
      "author"
    ],
    "url": "https://hashicorp.com"
  },
  "dependencies": {
    "cdktf": "^0.12.0",
    "constructs": "^10.0.0"
  },
  "dependencyClosure": {
    "cdktf": {
      "submodules": {
        "cdktf.testingMatchers": {}
      },
      "targets": {
        "dotnet": {
          "namespace": "HashiCorp.Cdktf",
          "packageId": "HashiCorp.Cdktf"
        },
        "go": {
          "moduleName": "github.com/hashicorp/terraform-cdk-go",
          "packageName": "cdktf"
        },
        "java": {
          "maven": {
            "artifactId": "cdktf",
            "groupId": "com.hashicorp"
          },
          "package": "com.hashicorp.cdktf"
        },
        "js": {
          "npm": "cdktf"
        },
        "python": {
          "distName": "cdktf",
          "module": "cdktf"
        }
      }
    },
    "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 Terraform CDK (cdktf)",
  "docs": {
    "stability": "stable"
  },
  "homepage": "https://github.com/hashicorp/cdktf-provider-datadog.git",
  "jsiiVersion": "1.63.2 (build a8a8833)",
  "keywords": [
    "cdk",
    "cdktf",
    "datadog",
    "provider",
    "terraform"
  ],
  "license": "MPL-2.0",
  "metadata": {
    "jsii": {
      "pacmak": {
        "hasDefaultInterfaces": true
      }
    },
    "tscRootDir": "src"
  },
  "name": "@cdktf/provider-datadog",
  "readme": {
    "markdown": "\n# Terraform CDK datadog Provider ~> 3.0\n\nThis repo builds and publishes the Terraform datadog Provider bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-datadog](https://www.npmjs.com/package/@cdktf/provider-datadog).\n\n`npm install @cdktf/provider-datadog`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-datadog](https://pypi.org/project/cdktf-cdktf-provider-datadog).\n\n`pipenv install cdktf-cdktf-provider-datadog`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Datadog](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Datadog).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Datadog`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-datadog](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-datadog).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-datadog</artifactId>\n    <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n\n### Go\n\nThe go package is generated into the [`github.com/hashicorp/cdktf-provider-datadog-go`](https://github.com/hashicorp/cdktf-provider-datadog-go) package.\n\n`go get github.com/hashicorp/cdktf-provider-datadog-go/datadog`\n\n## Docs\n\nFind auto-generated docs for this provider here: [./API.md](./API.md)\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/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 `~> 3.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://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [Terraform CDK](https://cdk.tf)\n- [Terraform datadog Provider](https://github.com/terraform-providers/terraform-provider-datadog)\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 [terraform cdk](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### projen\n\nThis is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on projen\n\nThere's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` 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 [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hashicorp/cdktf-provider-datadog.git"
  },
  "schema": "jsii/0.10.0",
  "targets": {
    "dotnet": {
      "namespace": "HashiCorp.Cdktf.Providers.Datadog",
      "packageId": "HashiCorp.Cdktf.Providers.Datadog"
    },
    "go": {
      "moduleName": "github.com/hashicorp/cdktf-provider-datadog-go",
      "packageName": "datadog"
    },
    "java": {
      "maven": {
        "artifactId": "cdktf-provider-datadog",
        "groupId": "com.hashicorp"
      },
      "package": "com.hashicorp.cdktf.providers.datadog"
    },
    "js": {
      "npm": "@cdktf/provider-datadog"
    },
    "python": {
      "distName": "cdktf-cdktf-provider-datadog",
      "module": "cdktf_cdktf_provider_datadog"
    }
  },
  "types": {
    "@cdktf/provider-datadog.ApiKey": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/api_key datadog_api_key}."
      },
      "fqn": "@cdktf/provider-datadog.ApiKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/api_key datadog_api_key} Resource."
        },
        "locationInModule": {
          "filename": "src/api-key.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.ApiKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/api-key.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApiKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 87
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 100
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 93
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/api-key:ApiKey"
    },
    "@cdktf/provider-datadog.ApiKeyConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ApiKeyConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/api-key.ts",
        "line": 9
      },
      "name": "ApiKeyConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/api_key#name ApiKey#name}",
            "stability": "stable",
            "summary": "Name for API Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/r/api_key#id ApiKey#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/api-key:ApiKeyConfig"
    },
    "@cdktf/provider-datadog.ApplicationKey": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/application_key datadog_application_key}."
      },
      "fqn": "@cdktf/provider-datadog.ApplicationKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/application_key datadog_application_key} Resource."
        },
        "locationInModule": {
          "filename": "src/application-key.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.ApplicationKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/application-key.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApplicationKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 87
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 100
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 93
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/application-key:ApplicationKey"
    },
    "@cdktf/provider-datadog.ApplicationKeyConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ApplicationKeyConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/application-key.ts",
        "line": 9
      },
      "name": "ApplicationKeyConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/application_key#name ApplicationKey#name}",
            "stability": "stable",
            "summary": "Name for Application Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/r/application_key#id ApplicationKey#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/application-key:ApplicationKeyConfig"
    },
    "@cdktf/provider-datadog.AuthnMapping": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/authn_mapping datadog_authn_mapping}."
      },
      "fqn": "@cdktf/provider-datadog.AuthnMapping",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/authn_mapping datadog_authn_mapping} Resource."
        },
        "locationInModule": {
          "filename": "src/authn-mapping.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": "@cdktf/provider-datadog.AuthnMappingConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/authn-mapping.ts",
        "line": 40
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 92
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AuthnMapping",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 45
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 96
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 109
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 122
          },
          "name": "roleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 86
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 102
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 115
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 128
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/authn-mapping:AuthnMapping"
    },
    "@cdktf/provider-datadog.AuthnMappingConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.AuthnMappingConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/authn-mapping.ts",
        "line": 9
      },
      "name": "AuthnMappingConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/authn_mapping#key AuthnMapping#key}",
            "stability": "stable",
            "summary": "Identity provider key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 22
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/authn_mapping#value AuthnMapping#value}",
            "stability": "stable",
            "summary": "Identity provider value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 34
          },
          "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://www.terraform.io/docs/providers/datadog/r/authn_mapping#id AuthnMapping#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/authn-mapping:AuthnMappingConfig"
    },
    "@cdktf/provider-datadog.ChildOrganization": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/child_organization datadog_child_organization}."
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganization",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/child_organization datadog_child_organization} Resource."
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 637
        },
        "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": "@cdktf/provider-datadog.ChildOrganizationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 686
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 728
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ChildOrganization",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 624
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 663
          },
          "name": "apiKey",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKeyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 669
          },
          "name": "applicationKey",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKeyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 674
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 708
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 714
          },
          "name": "settings",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 720
          },
          "name": "user",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationUserList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 690
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 703
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 680
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 696
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganization"
    },
    "@cdktf/provider-datadog.ChildOrganizationApiKey": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 24
      },
      "name": "ChildOrganizationApiKey",
      "symbolId": "src/child-organization:ChildOrganizationApiKey"
    },
    "@cdktf/provider-datadog.ChildOrganizationApiKeyList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKeyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 75
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 89
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKeyOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationApiKeyList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 82
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 82
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 82
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationApiKeyList"
    },
    "@cdktf/provider-datadog.ChildOrganizationApiKeyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 45
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 36
      },
      "name": "ChildOrganizationApiKeyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 65
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 70
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 49
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationApiKey"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationApiKeyOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationApplicationKey": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 93
      },
      "name": "ChildOrganizationApplicationKey",
      "symbolId": "src/child-organization:ChildOrganizationApplicationKey"
    },
    "@cdktf/provider-datadog.ChildOrganizationApplicationKeyList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKeyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 163
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKeyOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationApplicationKeyList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 156
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 156
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 156
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationApplicationKeyList"
    },
    "@cdktf/provider-datadog.ChildOrganizationApplicationKeyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 105
      },
      "name": "ChildOrganizationApplicationKeyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 134
          },
          "name": "hash",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 144
          },
          "name": "owner",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationApplicationKey"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationApplicationKeyOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 9
      },
      "name": "ChildOrganizationConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/child_organization#name ChildOrganization#name}",
            "stability": "stable",
            "summary": "Name for Child Organization after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/r/child_organization#id ChildOrganization#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationConfig"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettings": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 428
      },
      "name": "ChildOrganizationSettings",
      "symbolId": "src/child-organization:ChildOrganizationSettings"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 530
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 530
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 530
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsList"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 440
      },
      "name": "ChildOrganizationSettingsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 469
          },
          "name": "privateWidgetShare",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 475
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 480
          },
          "name": "samlAutocreateAccessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 486
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 491
          },
          "name": "samlCanBeEnabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 496
          },
          "name": "samlIdpEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 502
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 507
          },
          "name": "samlIdpMetadataUploaded",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 512
          },
          "name": "samlLoginUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 518
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettings"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSaml": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSaml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 167
      },
      "name": "ChildOrganizationSettingsSaml",
      "symbolId": "src/child-organization:ChildOrganizationSettingsSaml"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomains": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomains",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 231
      },
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomains",
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlAutocreateUsersDomains"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 296
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 289
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 289
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 289
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlAutocreateUsersDomainsList"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 243
      },
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 272
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 277
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlAutocreateUsersDomains"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLogin": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLogin",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 300
      },
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLogin",
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlIdpInitiatedLogin"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 360
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 353
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 353
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 353
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlIdpInitiatedLoginList"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 312
      },
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 341
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlIdpInitiatedLogin"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 227
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 220
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 220
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 220
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlList"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 179
      },
      "name": "ChildOrganizationSettingsSamlOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 208
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSaml"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictMode": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictMode",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 364
      },
      "name": "ChildOrganizationSettingsSamlStrictMode",
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlStrictMode"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 424
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlStrictModeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 417
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 417
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 417
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlStrictModeList"
    },
    "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictModeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 376
      },
      "name": "ChildOrganizationSettingsSamlStrictModeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 405
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationSettingsSamlStrictMode"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationSettingsSamlStrictModeOutputReference"
    },
    "@cdktf/provider-datadog.ChildOrganizationUser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationUser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization.ts",
        "line": 541
      },
      "name": "ChildOrganizationUser",
      "symbolId": "src/child-organization:ChildOrganizationUser"
    },
    "@cdktf/provider-datadog.ChildOrganizationUserList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationUserList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 611
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ChildOrganizationUserOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationUserList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 604
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 604
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 604
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationUserList"
    },
    "@cdktf/provider-datadog.ChildOrganizationUserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ChildOrganizationUserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization.ts",
          "line": 562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 553
      },
      "name": "ChildOrganizationUserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 582
          },
          "name": "accessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 587
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 592
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization.ts",
            "line": 566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ChildOrganizationUser"
          }
        }
      ],
      "symbolId": "src/child-organization:ChildOrganizationUserOutputReference"
    },
    "@cdktf/provider-datadog.CloudWorkloadSecurityAgentRule": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule}."
      },
      "fqn": "@cdktf/provider-datadog.CloudWorkloadSecurityAgentRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/cloud-workload-security-agent-rule.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": "@cdktf/provider-datadog.CloudWorkloadSecurityAgentRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-workload-security-agent-rule.ts",
        "line": 46
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 99
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 115
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 144
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 169
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CloudWorkloadSecurityAgentRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 51
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 103
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 119
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 132
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 148
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 161
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 93
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 109
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 125
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 138
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 154
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-workload-security-agent-rule:CloudWorkloadSecurityAgentRule"
    },
    "@cdktf/provider-datadog.CloudWorkloadSecurityAgentRuleConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.CloudWorkloadSecurityAgentRuleConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-workload-security-agent-rule.ts",
        "line": 9
      },
      "name": "CloudWorkloadSecurityAgentRuleConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 27
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/cloud_workload_security_agent_rule#description CloudWorkloadSecurityAgentRule#description}",
            "stability": "stable",
            "summary": "The description of the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 15
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/cloud_workload_security_agent_rule#enabled CloudWorkloadSecurityAgentRule#enabled}",
            "stability": "stable",
            "summary": "Whether the Agent rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 21
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/cloud_workload_security_agent_rule#id CloudWorkloadSecurityAgentRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule.ts",
            "line": 34
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-workload-security-agent-rule:CloudWorkloadSecurityAgentRuleConfig"
    },
    "@cdktf/provider-datadog.Dashboard": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/dashboard datadog_dashboard}."
      },
      "fqn": "@cdktf/provider-datadog.Dashboard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/dashboard datadog_dashboard} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard.ts",
          "line": 118
        },
        "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": "@cdktf/provider-datadog.DashboardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard.ts",
        "line": 100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 317
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 333
          },
          "name": "putTemplateVariablePreset",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 349
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 161
          },
          "name": "resetDashboardLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 182
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 198
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 214
          },
          "name": "resetIsReadOnly"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 243
          },
          "name": "resetNotifyList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 259
          },
          "name": "resetReflowType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 275
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 320
          },
          "name": "resetTemplateVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 336
          },
          "name": "resetTemplateVariablePreset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 304
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 352
          },
          "name": "resetWidget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 364
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Dashboard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 105
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 170
          },
          "name": "dashboardListsRemoved",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 314
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardTemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 330
          },
          "name": "templateVariablePreset",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 346
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 165
          },
          "name": "dashboardListsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 186
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 202
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 218
          },
          "name": "isReadOnlyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 231
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 247
          },
          "name": "notifyListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 263
          },
          "name": "reflowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 279
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 324
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 340
          },
          "name": "templateVariablePresetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 292
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 308
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 356
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 155
          },
          "name": "dashboardLists",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 176
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 192
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 208
          },
          "name": "isReadOnly",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 224
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 237
          },
          "name": "notifyList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 253
          },
          "name": "reflowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 269
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 285
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 298
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard:Dashboard"
    },
    "@cdktf/provider-datadog.DashboardConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard.ts",
        "line": 15
      },
      "name": "DashboardConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 46
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 70
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#dashboard_lists Dashboard#dashboard_lists}",
            "stability": "stable",
            "summary": "A list of dashboard lists this dashboard belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 21
          },
          "name": "dashboardLists",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 27
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#id Dashboard#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 34
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_read_only Dashboard#is_read_only}",
            "stability": "stable",
            "summary": "Whether this dashboard is read-only. **Deprecated.** Prefer using `restricted_roles` to define which roles are required to edit the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 40
          },
          "name": "isReadOnly",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 52
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#reflow_type Dashboard#reflow_type}",
            "stability": "stable",
            "summary": "The reflow type of a new dashboard layout."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 58
          },
          "name": "reflowType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 64
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#template_variable Dashboard#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 82
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#template_variable_preset Dashboard#template_variable_preset}",
            "stability": "stable",
            "summary": "template_variable_preset block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 88
          },
          "name": "templateVariablePreset",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 76
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#widget Dashboard#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard.ts",
            "line": 94
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard:DashboardConfig"
    },
    "@cdktf/provider-datadog.DashboardJson": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_json datadog_dashboard_json}."
      },
      "fqn": "@cdktf/provider-datadog.DashboardJson",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_json datadog_dashboard_json} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard-json.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": "@cdktf/provider-datadog.DashboardJsonConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-json.ts",
        "line": 40
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 105
          },
          "name": "resetDashboardLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 126
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 142
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 154
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DashboardJson",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 45
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 114
          },
          "name": "dashboardListsRemoved",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 93
          },
          "name": "dashboardInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 109
          },
          "name": "dashboardListsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 130
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 146
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 86
          },
          "name": "dashboard",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 99
          },
          "name": "dashboardLists",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 120
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 136
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-json:DashboardJson"
    },
    "@cdktf/provider-datadog.DashboardJsonConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardJsonConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-json.ts",
        "line": 9
      },
      "name": "DashboardJsonConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_json#dashboard DashboardJson#dashboard}",
            "stability": "stable",
            "summary": "The JSON formatted definition of the Dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 15
          },
          "name": "dashboard",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_json#dashboard_lists DashboardJson#dashboard_lists}",
            "stability": "stable",
            "summary": "The list of dashboard lists this dashboard belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 21
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard_json#id DashboardJson#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_json#url DashboardJson#url}",
            "stability": "stable",
            "summary": "The URL of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json.ts",
            "line": 34
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-json:DashboardJsonConfig"
    },
    "@cdktf/provider-datadog.DashboardList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_list datadog_dashboard_list}."
      },
      "fqn": "@cdktf/provider-datadog.DashboardList",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_list datadog_dashboard_list} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard-list.ts",
          "line": 174
        },
        "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": "@cdktf/provider-datadog.DashboardListConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-list.ts",
        "line": 156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 233
          },
          "name": "putDashItem",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardListDashItem"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 236
          },
          "name": "resetDashItem"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 207
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 248
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DashboardList",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 161
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 230
          },
          "name": "dashItem",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardListDashItemList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 240
          },
          "name": "dashItemInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardListDashItem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 211
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 224
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 201
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 217
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-list:DashboardList"
    },
    "@cdktf/provider-datadog.DashboardListConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardListConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-list.ts",
        "line": 9
      },
      "name": "DashboardListConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_list#name DashboardList#name}",
            "stability": "stable",
            "summary": "The name of the Dashboard List."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 22
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_list#dash_item DashboardList#dash_item}",
            "stability": "stable",
            "summary": "dash_item block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 28
          },
          "name": "dashItem",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardListDashItem"
                    },
                    "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://www.terraform.io/docs/providers/datadog/r/dashboard_list#id DashboardList#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-list:DashboardListConfig"
    },
    "@cdktf/provider-datadog.DashboardListDashItem": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardListDashItem",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-list.ts",
        "line": 30
      },
      "name": "DashboardListDashItem",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard_list#dash_id DashboardList#dash_id}",
            "stability": "stable",
            "summary": "The ID of the dashboard to add."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 36
          },
          "name": "dashId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 42
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-list:DashboardListDashItem"
    },
    "@cdktf/provider-datadog.DashboardListDashItemList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardListDashItemList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-list.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (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.ts",
        "line": 133
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 148
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardListDashItemOutputReference"
            }
          }
        }
      ],
      "name": "DashboardListDashItemList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 141
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 141
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 141
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardListDashItem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-list:DashboardListDashItemList"
    },
    "@cdktf/provider-datadog.DashboardListDashItemOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardListDashItemOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-list.ts",
          "line": 66
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (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.ts",
        "line": 56
      },
      "name": "DashboardListDashItemOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 115
          },
          "name": "dashIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 128
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 108
          },
          "name": "dashId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 121
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list.ts",
            "line": 70
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardListDashItem"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-list:DashboardListDashItemOutputReference"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2
      },
      "name": "DashboardTemplateVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 8
          },
          "name": "availableValues",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#default Dashboard#default}",
            "stability": "stable",
            "summary": "The default value for the template variable on dashboard load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14
          },
          "name": "default",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 26
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariable"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 181
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardTemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 174
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 174
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 174
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariableList"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 42
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 112
          },
          "name": "resetAvailableValues"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 128
          },
          "name": "resetDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 157
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardTemplateVariableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 116
          },
          "name": "availableValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 132
          },
          "name": "defaultInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 145
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 161
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 106
          },
          "name": "availableValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 122
          },
          "name": "default",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 138
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 151
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 56
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardTemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePreset": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 313
      },
      "name": "DashboardTemplateVariablePreset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the preset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 319
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#template_variable Dashboard#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 325
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePreset"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePresetList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 437
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariablePresetList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 430
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 430
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 430
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePresetList"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePresetOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 410
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 397
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 413
          },
          "name": "resetTemplateVariable"
        }
      ],
      "name": "DashboardTemplateVariablePresetOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 407
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 401
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 417
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 391
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePreset"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePresetOutputReference"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 185
      },
      "name": "DashboardTemplateVariablePresetTemplateVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 191
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 197
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePresetTemplateVariable"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 309
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariablePresetTemplateVariableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 302
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 302
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 302
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePresetTemplateVariableList"
    },
    "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 269
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 285
          },
          "name": "resetValue"
        }
      ],
      "name": "DashboardTemplateVariablePresetTemplateVariableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 273
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 289
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 263
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 279
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardTemplateVariablePresetTemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardTemplateVariablePresetTemplateVariableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidget": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9819
      },
      "name": "DashboardWidget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_graph_definition Dashboard#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9825
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_value_definition Dashboard#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9831
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9837
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#check_status_definition Dashboard#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9843
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#distribution_definition Dashboard#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9849
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_stream_definition Dashboard#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9855
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_timeline_definition Dashboard#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9861
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#free_text_definition Dashboard#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9867
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9873
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_definition Dashboard#group_definition}",
            "stability": "stable",
            "summary": "group_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9879
          },
          "name": "groupDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#heatmap_definition Dashboard#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9885
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hostmap_definition Dashboard#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9891
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#iframe_definition Dashboard#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9897
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_definition Dashboard#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9903
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#list_stream_definition Dashboard#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9909
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_stream_definition Dashboard#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9915
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#manage_status_definition Dashboard#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9921
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#note_definition Dashboard#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9927
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9933
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9939
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9945
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9951
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#servicemap_definition Dashboard#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9957
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9963
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9969
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9975
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#trace_service_definition Dashboard#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9981
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9987
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#widget_layout Dashboard#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9993
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidget"
    },
    "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 441
      },
      "name": "DashboardWidgetAlertGraphDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 447
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 477
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 453
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 459
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 465
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 471
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetAlertGraphDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 578
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 594
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 610
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 626
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetAlertGraphDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 566
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 582
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 614
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 598
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 630
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 643
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 559
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 572
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 588
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 604
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 620
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 636
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 647
      },
      "name": "DashboardWidgetAlertValueDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 653
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 659
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 665
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 671
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 677
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 683
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 689
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetAlertValueDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 797
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 813
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 829
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 845
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 861
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 877
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardWidgetAlertValueDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 785
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 801
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 817
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 849
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 833
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 865
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 881
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 778
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 791
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 807
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 823
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 839
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 855
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 871
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7226
      },
      "name": "DashboardWidgetChangeDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7256
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7232
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7262
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7238
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 7244
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 7250
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 885
      },
      "name": "DashboardWidgetChangeDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 891
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 897
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 903
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 909
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1067
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1060
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1060
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1060
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 995
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1011
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1027
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1043
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 999
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1015
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1031
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1047
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 989
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1005
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1021
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1037
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 7287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7411
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7427
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7414
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7350
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7430
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7366
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7382
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7398
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7408
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7424
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7418
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7354
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7434
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7386
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7370
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7402
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7344
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7360
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7376
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7392
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6750
      },
      "name": "DashboardWidgetChangeDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6798
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 6756
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 6762
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6804
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 6768
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6810
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 6774
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6780
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6816
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6786
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6822
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6828
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6834
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6792
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1623
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1629
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1641
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1647
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1653
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1635
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1071
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1089
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1169
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1185
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1157
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1173
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1189
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1163
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1179
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1312
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1318
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1324
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1330
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1465
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1458
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1458
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1458
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1438
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1409
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1425
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1441
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1435
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1413
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1429
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1445
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1403
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1419
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1193
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1199
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1211
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1205
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1291
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1279
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1295
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1308
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1285
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1301
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1469
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1481
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1487
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1612
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1612
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1612
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1579
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1595
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1567
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1583
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1599
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1573
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1589
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1760
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1776
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1792
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1763
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1779
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1795
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1747
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1757
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1773
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1789
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1767
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1783
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1735
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1799
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1751
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1728
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1741
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2221
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2239
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2227
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2233
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2245
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2251
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1803
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1809
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1845
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1857
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 1815
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 1821
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1827
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1833
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1839
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1851
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2121
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2114
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2114
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2114
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2107
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 1888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 1878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1991
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2007
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2023
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2039
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2055
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2084
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1979
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1995
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2011
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2027
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2043
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2059
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2072
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2088
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2101
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1972
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1985
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2001
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2017
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2033
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2049
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2065
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2078
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2094
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 1892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2125
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2131
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2137
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2197
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2213
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2201
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2217
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2191
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2207
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2429
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2422
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2422
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2422
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2386
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2402
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2344
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2360
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2389
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2405
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2383
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2399
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2348
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2364
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2393
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2377
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2409
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2338
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2354
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2370
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 7215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7215
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7215
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7215
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2985
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2991
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3003
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3009
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3015
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2997
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2433
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2439
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2445
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2451
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2531
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2547
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2519
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2535
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2551
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2525
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2541
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2674
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2680
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2686
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2692
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2827
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2820
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2820
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2820
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2800
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2771
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2787
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2803
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2797
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2775
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2791
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2807
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2765
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2781
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2555
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2573
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2567
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2653
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2641
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2657
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2670
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2634
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2647
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2663
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2831
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2849
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2981
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2974
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2974
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2974
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 2874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 2864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2941
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2957
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2929
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2945
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2961
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2922
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2935
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2951
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 2878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 3039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3122
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3138
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3154
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3125
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3141
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3157
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3109
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3119
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3135
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3151
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3129
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3145
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3097
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3161
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3113
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3090
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3103
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7099
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7115
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7131
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7147
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7163
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7179
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7195
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7102
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6990
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7006
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7118
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7022
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7134
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7038
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7054
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7150
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7070
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7166
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7182
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7198
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7086
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7096
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7112
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7128
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7144
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7160
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7176
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7192
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7106
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6994
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7010
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7122
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7026
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7138
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7042
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7058
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7154
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7074
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7170
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7186
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7202
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7090
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6984
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7000
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7016
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7032
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7048
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7064
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7080
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3165
      },
      "name": "DashboardWidgetChangeDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3183
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3171
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3177
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3189
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 3212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3263
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3279
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3308
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3267
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3283
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3296
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3312
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3257
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3273
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3289
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3302
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5071
      },
      "name": "DashboardWidgetChangeDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5077
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5083
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5089
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5095
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5101
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3316
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3322
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3328
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3340
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3346
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3364
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3370
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3376
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3334
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3352
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3358
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 3405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3518
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3560
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3576
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3493
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3506
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3522
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3535
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3548
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3564
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3580
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3593
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3606
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3619
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3486
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3499
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3512
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3528
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3541
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3554
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3570
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3586
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3599
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3612
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3623
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3629
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3635
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3647
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3677
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3683
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3641
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3653
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3659
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 3665
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3671
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 3712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3825
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3854
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3870
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3886
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3902
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3800
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3813
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3829
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3842
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3858
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3874
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3890
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3906
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3919
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3932
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3793
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3806
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3819
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3835
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3848
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3864
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3880
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3896
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3912
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3925
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4430
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4454
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4436
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4448
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4460
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4442
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4466
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3936
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3948
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3954
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4086
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4079
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4079
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4079
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 3979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 3969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4046
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4062
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4034
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4050
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4066
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4040
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4056
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 3983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4212
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4224
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4230
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4362
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4355
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4355
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4355
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4335
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4322
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4338
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4332
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4310
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4326
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4342
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4316
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4090
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4096
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4102
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4108
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4188
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4204
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4176
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4192
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4208
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4169
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4182
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4198
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4593
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4606
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4622
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4609
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4567
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4625
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4590
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4603
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4619
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4597
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4555
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4613
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4571
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4584
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4629
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4548
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4561
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4577
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4366
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4372
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4385
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4426
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4419
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5282
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5275
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5275
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5275
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4633
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4651
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4657
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 4639
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4645
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4731
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4747
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4735
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4751
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4764
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4777
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4725
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4741
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4757
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4770
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4684
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5191
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5207
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5223
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5239
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5255
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5194
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5210
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5226
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5242
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5258
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5188
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5204
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5220
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5236
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5252
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5198
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5214
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5230
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5246
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5262
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4781
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 4793
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4811
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4817
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 4787
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4799
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4805
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4823
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4829
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4835
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 4863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 4856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4944
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4973
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4989
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5031
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5047
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5063
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4948
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4961
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4977
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4993
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5006
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5019
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5035
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5051
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5067
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4938
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4954
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4967
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4983
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4999
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5012
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5025
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5041
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5057
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 4867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5838
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5844
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5856
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5862
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5868
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5850
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5286
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5292
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5298
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5304
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5384
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5400
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5372
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5388
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5404
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5365
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5378
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5394
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5527
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5533
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5539
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5545
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5680
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5673
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5673
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5673
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5653
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5624
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5640
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5656
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5650
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5628
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5644
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5660
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5618
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5634
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5408
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5414
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5426
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5420
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5506
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5494
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5510
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5523
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5487
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5500
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5516
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5684
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5702
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5834
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5827
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5827
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5827
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5794
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5810
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5782
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5798
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5814
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5775
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5788
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5804
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 5892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 5885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5975
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5991
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6007
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5978
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5994
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6010
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5962
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5972
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5988
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6004
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5982
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5998
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5950
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6014
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5966
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5943
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5956
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 5896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6570
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6576
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6588
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6594
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6600
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6582
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6018
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6030
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6036
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6116
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6132
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6104
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6120
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6136
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6097
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6110
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6126
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6259
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6265
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6271
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6277
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6412
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6405
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6405
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6405
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6385
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6356
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6372
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6388
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6382
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6360
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6376
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6392
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6350
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6366
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6140
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6146
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6158
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6152
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6238
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6226
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6242
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6255
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6232
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6248
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6416
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6428
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6434
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6566
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6559
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6559
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6559
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6526
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6542
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6514
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6530
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6546
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6507
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6520
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6536
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 6624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 6617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6707
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6723
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6739
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6710
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6726
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6742
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6694
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6704
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6720
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6736
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6714
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6730
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6682
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6746
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6698
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6675
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6688
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 6628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7438
      },
      "name": "DashboardWidgetCheckStatusDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#check Dashboard#check}",
            "stability": "stable",
            "summary": "The check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7444
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#grouping Dashboard#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7462
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The check group to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7450
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 7456
          },
          "name": "groupBy",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7468
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags Dashboard#tags}",
            "stability": "stable",
            "summary": "A list of tags to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7474
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7480
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 7486
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 7492
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetCheckStatusDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 7520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7614
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7630
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7659
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7675
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7691
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7707
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7723
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetCheckStatusDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7602
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7634
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7647
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7618
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7663
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7679
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7711
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7695
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7727
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7595
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7608
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7624
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7640
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7653
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7669
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7685
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7701
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7717
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11588
      },
      "name": "DashboardWidgetDistributionDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11594
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11600
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11630
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11606
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11612
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11618
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11624
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11818
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11725
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11741
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11821
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11757
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11773
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11789
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11805
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11815
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11729
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11745
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11825
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11761
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11793
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11777
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11809
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11719
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11735
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11751
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11767
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11783
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11799
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11286
      },
      "name": "DashboardWidgetDistributionDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11298
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11304
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11310
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11316
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11292
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11322
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11328
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11334
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8283
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8289
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8301
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8307
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8313
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8295
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7731
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7737
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7743
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7749
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 7771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7829
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7845
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7817
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7833
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7849
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7810
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7823
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7839
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7972
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7978
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7984
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7990
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8125
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8118
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8118
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8118
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8015
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8005
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8098
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8069
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8085
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8101
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8095
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8073
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8089
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8105
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8063
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8079
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8019
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7853
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7871
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7865
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 7893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 7886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7951
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7939
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7955
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7968
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7945
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7961
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 7897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8129
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8135
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8141
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8147
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8272
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8272
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8272
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8239
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8255
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8227
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8243
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8259
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8220
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8233
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8249
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8420
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8436
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8452
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8423
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8439
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8455
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8407
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8417
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8433
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8449
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8427
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8443
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8395
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8459
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8411
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8388
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8401
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8646
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8652
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8658
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8664
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 8676
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8682
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8688
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8670
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8463
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8481
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8469
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8475
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8487
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8635
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8635
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8635
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8573
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8589
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8618
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8577
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8593
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8606
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8622
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8567
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8583
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8599
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8612
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8861
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8864
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8822
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8858
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8868
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8784
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8797
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8810
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8826
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8839
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8852
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8777
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8790
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8803
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8816
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8832
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8845
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11584
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11577
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11577
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11577
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9424
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9430
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9442
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9448
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9454
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9436
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8872
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8884
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8890
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 8912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8970
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8986
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8958
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8974
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8990
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8951
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8964
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8980
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 8916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9113
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9119
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9125
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9131
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9266
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9259
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9259
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9259
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9239
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9210
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9226
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9242
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9236
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9214
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9230
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9246
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9204
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9220
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 8994
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9000
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9012
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9006
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9092
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9080
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9096
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9109
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9102
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9270
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9276
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9282
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9288
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9420
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9413
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9413
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9413
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9380
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9396
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9368
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9384
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9400
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9374
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9390
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9561
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9577
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9593
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9564
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9580
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9596
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9548
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9558
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9574
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9590
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9568
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9584
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9536
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9600
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9552
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9529
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9542
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11461
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11477
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11493
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11509
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11525
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11541
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11557
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11464
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11480
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11496
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11512
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11448
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11528
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11544
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11560
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11458
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11474
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11490
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11506
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11522
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11538
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11554
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11468
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11484
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11500
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11516
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11452
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11532
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11548
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11564
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11442
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9604
      },
      "name": "DashboardWidgetDistributionDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9622
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9610
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9616
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9628
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9702
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9718
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9747
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9706
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9722
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9735
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9751
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9696
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9712
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9728
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9741
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10307
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10313
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10325
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10331
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10337
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10319
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9755
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9767
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9773
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9853
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9869
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9841
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9857
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9873
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9847
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9863
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9996
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10002
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10008
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10014
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10149
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10142
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10142
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10142
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10122
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10093
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10109
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10125
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10119
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10097
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10113
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10129
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10087
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10103
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9877
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9883
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9895
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9889
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 9917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 9910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9975
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9979
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9992
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9969
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9985
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 9921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10153
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10159
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10165
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10171
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10296
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10296
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10296
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10263
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10279
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10251
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10267
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10283
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10257
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10273
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10444
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10460
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10476
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10447
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10463
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10479
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10431
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10441
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10457
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10473
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10451
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10467
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10419
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10483
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10435
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10412
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10425
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11039
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11045
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11057
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11063
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11069
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11051
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10487
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10499
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10505
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10585
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10601
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10573
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10589
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10605
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10566
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10579
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10595
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10728
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10734
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10740
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10746
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10874
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10874
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10874
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10854
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10825
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10841
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10857
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10851
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10829
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10845
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10861
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10819
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10835
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10609
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10627
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10621
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10707
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10695
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10711
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10724
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10701
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10717
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10885
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10891
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10897
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10903
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11035
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11028
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11028
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11028
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 10928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 10918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10995
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11011
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10983
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10999
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11015
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10976
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11005
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 10932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11176
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11192
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11208
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11179
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11195
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11211
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11163
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11173
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11189
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11205
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11183
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11199
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11151
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11215
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11167
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11144
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11157
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11219
      },
      "name": "DashboardWidgetDistributionDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11225
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11278
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11282
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11272
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11829
      },
      "name": "DashboardWidgetEventStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11847
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11835
          },
          "name": "eventSize",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11841
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11853
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11859
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11865
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 11871
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetEventStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 11897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 11890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11966
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11982
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12011
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12027
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12043
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12059
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetEventStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11970
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11986
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11999
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12015
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12047
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12031
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12063
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11960
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11976
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11992
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12005
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12021
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12037
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12053
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 11901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12067
      },
      "name": "DashboardWidgetEventTimelineDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12079
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12073
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12085
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12091
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12097
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12103
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetEventTimelineDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12191
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12220
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12236
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12252
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12268
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetEventTimelineDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12195
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12208
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12224
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12256
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12240
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12272
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12185
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12201
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12214
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12230
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12246
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12262
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12276
      },
      "name": "DashboardWidgetFreeTextDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text Dashboard#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12294
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#color Dashboard#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12282
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12288
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12300
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetFreeTextDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12374
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12390
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12419
          },
          "name": "resetTextAlign"
        }
      ],
      "name": "DashboardWidgetFreeTextDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12378
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12394
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12423
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12407
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12368
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12384
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12400
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12413
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17046
      },
      "name": "DashboardWidgetGeomapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17094
          },
          "name": "view",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17076
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17052
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17082
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17088
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17058
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17064
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17070
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12427
      },
      "name": "DashboardWidgetGeomapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12433
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12439
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12445
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12451
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12609
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12602
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12602
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12602
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12537
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12553
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12569
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12585
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12541
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12557
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12573
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12589
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12531
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12547
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12563
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12579
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17257
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17273
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17289
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17305
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17260
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17196
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17276
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17292
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17212
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17228
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17244
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17254
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17270
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17286
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17302
          },
          "name": "view",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17264
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17200
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17280
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17296
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17232
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17216
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17248
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17309
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17190
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17206
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17222
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17238
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16677
      },
      "name": "DashboardWidgetGeomapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16689
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16695
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16683
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16701
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16707
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13031
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13049
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13037
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13043
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13055
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13061
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12613
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12619
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12655
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12667
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12625
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 12631
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12637
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12643
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12649
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12661
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12931
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12924
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12924
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12924
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12801
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12817
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12833
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12849
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12865
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12894
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12789
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12805
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12821
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12837
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12853
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12869
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12882
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12898
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12911
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12782
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12795
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12811
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12827
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12843
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12859
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12875
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12888
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12904
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12935
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12941
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12947
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 12968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 12961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13007
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13023
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13011
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13027
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13001
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13017
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 12972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13232
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13232
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13232
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13196
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13212
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13154
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13170
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13199
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13215
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13193
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13209
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13158
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13174
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13203
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13187
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13219
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13148
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13164
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13180
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16888
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16881
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16881
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16881
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13795
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13801
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13813
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13819
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13825
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13807
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13243
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13249
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13255
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13261
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13341
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13357
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13329
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13345
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13361
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13322
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13335
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13351
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13484
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13496
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13502
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13637
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13630
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13630
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13630
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13610
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13581
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13597
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13613
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13607
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13585
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13601
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13617
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13575
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13591
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13365
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13371
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13383
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13377
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13463
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13467
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13480
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13457
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13641
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13653
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13659
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13791
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13784
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13784
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13784
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13751
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13767
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13739
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13755
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13771
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13732
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13745
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13761
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 13849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13932
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13948
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13964
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13935
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13951
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13967
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13919
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13929
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13945
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13961
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13939
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13955
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13907
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13971
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13923
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13900
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13913
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16813
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16829
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16845
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16861
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16816
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16832
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16800
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16848
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16864
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16810
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16826
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16842
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16858
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16820
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16836
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16804
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16852
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16868
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16794
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15730
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15736
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15742
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15748
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15754
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15760
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 13975
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 13981
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13987
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 13999
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14005
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14023
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14029
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14035
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 13993
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14011
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14017
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14177
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14219
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14235
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14152
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14165
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14181
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14194
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14207
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14223
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14239
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14252
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14265
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14278
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14145
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14158
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14171
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14187
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14200
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14213
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14229
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14245
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14258
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14271
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14282
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14288
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14294
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14306
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14336
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14342
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14300
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14312
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14318
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 14324
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14330
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14484
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14513
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14529
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14545
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14561
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14459
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14472
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14488
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14501
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14517
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14533
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14549
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14565
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14578
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14591
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14452
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14465
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14478
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14494
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14507
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14523
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14539
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14555
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14571
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14584
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15089
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15113
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15095
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15119
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15101
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15125
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14595
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14601
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14607
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14613
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14745
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14738
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14738
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14738
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14705
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14721
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14693
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14709
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14725
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14686
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14699
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14715
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14871
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14883
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14889
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15021
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15014
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15014
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15014
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14994
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14981
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14997
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14991
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14969
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14985
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15001
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14962
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14975
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14749
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14761
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14767
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 14789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 14782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14847
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14863
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14835
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14851
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14867
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14828
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14841
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14857
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 14793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15252
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15265
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15281
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15268
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15226
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15284
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15249
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15262
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15278
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15256
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15214
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15272
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15230
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15243
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15288
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15207
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15220
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15236
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15025
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15031
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15044
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15085
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15078
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15934
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15941
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15934
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15934
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15934
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15292
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15310
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15316
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 15298
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15304
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15390
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15406
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15394
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15410
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15423
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15436
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15384
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15400
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15416
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15429
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15850
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15866
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15882
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15898
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15914
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15853
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15869
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15885
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15901
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15917
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15847
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15863
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15879
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15895
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15911
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15857
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15873
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15889
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15905
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15921
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15440
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 15452
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15470
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15476
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 15446
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15458
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15464
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15482
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15488
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15494
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15603
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15632
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15648
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15690
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15706
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15722
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15607
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15620
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15636
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15652
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15665
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15678
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15694
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15710
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15726
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15597
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15613
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15626
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15642
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15658
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15671
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15684
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15700
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15716
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16497
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16503
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16515
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16521
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16527
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16509
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15945
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15951
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15957
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15963
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 15985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 15978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16043
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16059
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16031
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16063
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16053
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 15989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16186
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16198
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16204
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16332
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16332
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16332
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16312
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16283
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16299
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16315
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16309
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16287
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16303
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16319
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16277
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16293
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16067
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16085
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16079
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16165
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16153
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16169
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16182
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16146
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16159
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16175
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16343
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16361
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16493
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16486
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16486
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16486
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16453
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16469
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16441
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16457
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16473
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16447
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16463
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16634
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16650
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16666
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16637
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16653
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16669
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16621
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16631
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16647
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16663
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16641
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16657
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16609
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16673
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16625
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16602
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16615
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16892
      },
      "name": "DashboardWidgetGeomapDefinitionStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16898
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16904
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 16925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16918
      },
      "name": "DashboardWidgetGeomapDefinitionStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16978
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16965
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16958
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16971
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 16929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 16982
      },
      "name": "DashboardWidgetGeomapDefinitionView",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 16988
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionView"
    },
    "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17001
      },
      "name": "DashboardWidgetGeomapDefinitionViewOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17042
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17035
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 1882
      },
      "name": "DashboardWidgetGroupDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 1900
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#widget Dashboard#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1918
          },
          "name": "widget",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 1888
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 1894
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_title Dashboard#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1906
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1912
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 1943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 1936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2080
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2006
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2022
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2051
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2067
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2077
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2010
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2026
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2039
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2055
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2071
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2084
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2000
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2016
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2032
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2045
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2061
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 995
      },
      "name": "DashboardWidgetGroupDefinitionWidget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_graph_definition Dashboard#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1001
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_value_definition Dashboard#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1007
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1013
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#check_status_definition Dashboard#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1019
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#distribution_definition Dashboard#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1025
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_stream_definition Dashboard#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1031
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_timeline_definition Dashboard#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1037
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#free_text_definition Dashboard#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1043
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1049
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#heatmap_definition Dashboard#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1055
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hostmap_definition Dashboard#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1061
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#iframe_definition Dashboard#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1067
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_definition Dashboard#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1073
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#list_stream_definition Dashboard#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1079
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_stream_definition Dashboard#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1085
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#manage_status_definition Dashboard#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1091
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#note_definition Dashboard#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1097
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1103
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1109
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1115
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1121
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#servicemap_definition Dashboard#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1127
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1133
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1139
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1145
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#trace_service_definition Dashboard#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1151
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1157
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#widget_layout Dashboard#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1163
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidget"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17313
      },
      "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17319
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17349
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17325
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17331
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17337
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17343
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17450
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17466
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17482
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17498
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17438
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17454
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17486
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17470
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17502
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17515
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17431
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17444
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17460
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17476
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17492
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17508
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17519
      },
      "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17525
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17531
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17537
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17543
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17549
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17555
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17561
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17669
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17685
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17701
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17717
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17733
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17749
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17657
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17673
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17689
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17721
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17705
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17737
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17753
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17650
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17663
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17679
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17695
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17711
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17727
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17743
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3623
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3653
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3629
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3659
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3635
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3641
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3647
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17757
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17763
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17769
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17775
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 17781
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17939
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17932
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17932
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17932
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17867
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17883
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17899
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17915
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17871
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17887
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17903
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17919
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17861
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17877
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17893
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17909
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 3684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3808
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3824
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3811
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3747
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3827
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3763
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3779
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3795
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3805
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3821
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3815
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3751
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3831
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3783
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3767
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3799
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3741
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3757
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3773
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3789
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3147
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3195
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3153
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3159
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3201
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3165
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3207
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3171
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3177
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3213
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3183
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3219
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3225
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3231
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3189
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18501
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18513
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18519
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18525
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18507
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17943
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17955
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17961
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 17983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 17976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18041
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18057
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18029
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18045
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18061
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18035
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18051
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 17987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18184
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18196
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18202
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18337
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18330
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18330
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18330
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18310
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18281
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18297
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18313
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18307
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18285
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18301
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18317
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18275
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18291
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18065
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18071
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18083
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18077
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18163
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18151
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18180
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18144
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18173
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18341
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18347
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18353
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18359
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18491
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18484
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18484
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18484
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18451
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18467
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18439
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18455
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18471
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18445
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18461
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18632
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18648
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18664
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18635
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18651
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18667
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18619
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18629
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18645
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18661
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18639
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18655
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18607
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18671
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18623
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18600
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18613
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19093
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19111
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19099
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19105
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19117
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19123
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18675
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18681
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18717
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18729
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 18687
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 18693
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18699
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18705
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18711
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18723
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18993
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18986
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18986
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18986
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 18760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18863
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18879
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18895
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18911
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18927
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18956
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18851
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18867
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18883
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18899
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18915
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18931
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18944
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18960
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18973
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18844
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18857
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18873
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18889
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18905
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18921
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18937
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18950
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18966
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 18764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 18997
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19003
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19009
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19069
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19085
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19073
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19089
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19063
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19079
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19294
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19294
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19294
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19258
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19274
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19216
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19232
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19261
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19277
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19255
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19271
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19220
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19236
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19265
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19249
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19281
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19210
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19226
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19242
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 3612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3612
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3612
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3612
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19857
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19863
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19875
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19881
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19887
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19869
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19305
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19317
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19323
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19403
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19419
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19391
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19407
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19423
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19384
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19413
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19546
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19558
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19564
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19699
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19692
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19692
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19692
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19672
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19643
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19659
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19675
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19669
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19647
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19663
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19679
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19637
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19653
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19427
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19445
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19439
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19525
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19513
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19529
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19542
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19506
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19519
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19535
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19703
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19709
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19715
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19721
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19853
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19846
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19846
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19846
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19813
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19829
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19817
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19833
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19807
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19823
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 19911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 19904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19994
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20010
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20026
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19997
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20013
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20029
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19981
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19991
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20007
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20023
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20001
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20017
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19969
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20033
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19985
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19962
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19975
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 19915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 3267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3496
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3512
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3528
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3544
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3560
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3576
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3592
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3499
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3387
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3403
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3515
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3419
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3531
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3435
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3451
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3547
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3467
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3563
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3579
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3595
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3483
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3493
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3509
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3525
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3541
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3557
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3573
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3589
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3503
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3391
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3407
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3519
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3423
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3535
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3439
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3455
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3551
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3471
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3567
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3583
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3599
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3487
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3381
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3397
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3413
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3429
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3445
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3461
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3477
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 20037
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20055
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20043
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20049
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20061
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 20084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 20077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20135
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20151
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20180
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20139
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20155
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20168
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20184
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20129
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20145
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20161
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20174
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1468
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1474
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1480
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1486
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1492
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1498
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 20188
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 20194
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20200
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20212
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20218
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20236
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20242
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 20248
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 20206
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 20224
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs0.ts",
            "line": 20230
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs0.ts",
          "line": 20277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs0.ts",
        "line": 20270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20390
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20432
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20448
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20365
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20378
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20394
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20407
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20420
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20436
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20452
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20465
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20478
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20491
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20358
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20371
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20384
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20400
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20413
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20426
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20442
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20458
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20471
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20484
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs0.ts",
            "line": 20281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs0:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 20
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 26
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 32
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 44
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 74
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 80
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 38
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 50
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 56
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 62
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 68
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 222
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 251
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 267
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 283
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 299
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 197
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 210
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 226
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 239
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 255
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 271
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 287
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 303
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 316
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 329
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 190
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 203
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 216
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 232
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 245
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 261
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 277
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 293
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 309
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 322
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 827
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 851
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 833
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 845
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 857
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 839
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 863
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 333
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 345
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 351
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 483
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 476
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 476
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 476
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 443
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 459
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 431
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 447
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 463
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 424
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 437
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 453
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 609
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 621
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 627
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 759
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 752
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 752
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 752
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 732
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 719
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 735
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 729
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 707
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 723
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 739
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 700
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 713
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 487
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 499
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 505
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 585
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 601
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 573
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 589
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 605
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 566
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 579
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 595
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 990
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1003
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1019
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1006
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 964
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1022
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 987
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1000
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1016
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 994
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 952
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1010
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 968
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 981
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1026
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 945
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 958
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 974
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 763
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 769
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 782
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 823
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 816
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1679
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1672
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1672
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1672
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1030
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1048
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1054
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 1036
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1042
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1128
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1144
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1132
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1148
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1161
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1174
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1122
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1138
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1154
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1167
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1588
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1604
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1620
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1636
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1652
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1591
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1607
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1623
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1639
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1655
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1585
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1601
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1617
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1633
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1649
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1595
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1611
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1627
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1643
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1659
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1178
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 1190
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1208
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1214
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 1184
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1196
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1202
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1220
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1226
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1232
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1341
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1370
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1386
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1428
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1444
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1460
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1345
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1358
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1374
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1390
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1403
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1416
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1432
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1448
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1464
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1335
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1351
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1364
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1380
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1396
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1409
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1422
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1438
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1454
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2235
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2241
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2253
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2259
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2265
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2247
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1683
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1689
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1695
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1701
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1797
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1769
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1801
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1791
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1924
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1930
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1936
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1942
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2077
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2070
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2070
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2070
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2050
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2021
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2037
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2053
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2047
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2025
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2041
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2057
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2015
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2031
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1805
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1811
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1823
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1817
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 1845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 1838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1903
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1891
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1907
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1920
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1897
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1913
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 1849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2081
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2093
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2099
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2231
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2224
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2224
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2224
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2191
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2207
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2179
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2195
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2211
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2172
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2185
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2201
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2372
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2388
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2404
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2375
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2391
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2407
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2359
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2369
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2385
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2401
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2379
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2395
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2347
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2411
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2363
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2340
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2353
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2967
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2973
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2985
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2991
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2997
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2979
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2415
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2421
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2427
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2433
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2513
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2529
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2501
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2517
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2533
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2507
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2523
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2656
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2662
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2668
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2674
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2809
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2802
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2802
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2802
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2689
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2782
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2753
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2769
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2785
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2779
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2757
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2773
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2789
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2747
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2763
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2537
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2543
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2555
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2549
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2635
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2623
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2639
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2652
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2616
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2629
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2645
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2813
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2819
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2825
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2831
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2963
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2956
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2956
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2956
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 2856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 2846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2923
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2939
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2911
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2927
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2943
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2917
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2933
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 2860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 3021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3104
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3120
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3136
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3107
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3123
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3139
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3091
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3101
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3117
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3133
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3111
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3127
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3079
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3143
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3095
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3072
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3085
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3835
      },
      "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#check Dashboard#check}",
            "stability": "stable",
            "summary": "The check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3841
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#grouping Dashboard#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3859
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The check group to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3847
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3853
          },
          "name": "groupBy",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3865
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags Dashboard#tags}",
            "stability": "stable",
            "summary": "A list of tags to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3871
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3877
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3883
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 3889
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 3917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 3910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4011
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4027
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4056
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4072
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4088
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4104
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4120
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3999
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4031
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4044
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4015
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4060
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4076
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4108
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4092
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4124
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3992
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4005
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4021
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4037
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4050
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4066
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4082
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4098
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4114
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 3921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7985
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7991
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7997
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8027
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8003
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8009
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8015
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8021
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8215
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8122
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8138
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8218
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8154
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8170
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8186
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8202
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8212
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8126
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8142
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8222
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8158
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8190
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8174
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8206
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8116
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8132
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8148
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8164
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8180
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8196
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7683
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7695
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7701
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7707
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7713
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7689
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7719
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7725
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7731
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4680
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4686
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4698
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4704
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4710
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4692
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4128
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4134
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4140
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4146
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4226
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4242
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4214
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4230
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4246
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4220
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4236
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4369
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4375
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4381
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4387
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4522
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4515
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4515
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4515
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4495
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4466
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4482
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4498
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4492
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4470
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4486
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4502
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4460
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4476
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4250
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4268
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4262
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4348
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4336
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4352
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4365
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4342
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4358
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4526
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4532
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4538
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4544
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4676
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4669
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4669
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4669
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4636
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4652
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4624
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4640
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4656
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4617
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4630
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4646
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4817
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4833
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4849
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4820
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4836
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4852
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4804
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4814
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4830
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4846
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4824
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4840
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4792
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4856
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4808
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4785
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4798
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5043
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5049
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5055
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5061
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 5073
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5079
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5085
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5067
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4860
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4878
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4866
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4872
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4884
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5039
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5032
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5032
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5032
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 4910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 4900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4970
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4986
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5015
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4974
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4990
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5003
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5019
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4964
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4980
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4996
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5009
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 4914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5258
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5261
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5219
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5255
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5265
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5181
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5194
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5207
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5223
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5236
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5249
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5174
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5187
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5200
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5213
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5229
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5242
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7981
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7974
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7974
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7974
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5821
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5827
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5839
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5845
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5851
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5833
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5269
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5281
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5287
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5367
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5383
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5355
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5371
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5387
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5348
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5361
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5377
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5510
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5516
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5522
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5528
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5663
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5656
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5656
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5656
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5636
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5607
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5623
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5639
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5633
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5611
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5627
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5643
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5601
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5617
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5391
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5409
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5403
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5489
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5477
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5493
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5506
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5483
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5499
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5667
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5673
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5679
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5685
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5817
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5810
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5810
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5810
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5777
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5793
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5765
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5781
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5797
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5758
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5771
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5787
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 5875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 5868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5958
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5974
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5990
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5961
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5977
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5993
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5945
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5955
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5971
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5987
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5965
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5981
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5933
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5997
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5949
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5926
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5939
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 5879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7858
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7874
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7890
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7906
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7922
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7938
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7954
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7861
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7877
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7893
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7909
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7845
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7925
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7941
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7957
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7855
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7871
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7887
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7903
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7919
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7935
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7951
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7865
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7881
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7897
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7913
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7849
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7929
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7945
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7961
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7839
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6001
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6019
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6007
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6013
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6025
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6099
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6115
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6144
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6103
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6119
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6132
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6148
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6093
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6109
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6125
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6138
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6704
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6710
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6722
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6728
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6734
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6716
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6152
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6158
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6164
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6170
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6250
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6266
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6238
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6254
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6270
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6231
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6260
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6393
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6399
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6405
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6411
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6546
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6539
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6539
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6539
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6519
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6490
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6506
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6522
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6516
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6494
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6510
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6526
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6484
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6500
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6274
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6292
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6286
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6372
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6360
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6376
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6389
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6353
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6366
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6382
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6550
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6556
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6562
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6568
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6700
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6693
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6693
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6693
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6660
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6676
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6648
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6664
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6680
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6641
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6654
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6670
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6841
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6857
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6873
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6844
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6860
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6876
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6828
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6838
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6854
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6870
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6848
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6864
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6816
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6880
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6832
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6809
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6822
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7436
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7442
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7454
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7460
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7466
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7448
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6884
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6890
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6896
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6902
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 6924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 6917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6982
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6998
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6970
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6986
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7002
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6976
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6992
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 6928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7125
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7131
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7137
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7143
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7278
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7271
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7271
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7271
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7251
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7222
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7238
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7254
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7248
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7226
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7242
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7258
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7216
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7232
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7006
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7024
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7018
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7104
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7092
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7108
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7121
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7085
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7098
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7114
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7282
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7288
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7294
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7300
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7432
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7425
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7425
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7425
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7392
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7408
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7380
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7396
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7412
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7373
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7386
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7402
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7573
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7589
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7605
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7576
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7592
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7608
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7560
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7570
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7586
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7602
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7580
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7596
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7548
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7612
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7564
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7541
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7554
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7616
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 7622
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 7642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 7635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7675
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7679
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7669
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 7646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8226
      },
      "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8244
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8232
          },
          "name": "eventSize",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8238
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8250
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8256
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8262
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8268
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8363
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8379
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8408
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8424
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8440
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8456
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8367
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8383
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8396
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8412
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8444
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8428
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8460
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8357
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8373
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8389
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8402
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8418
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8434
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8450
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8464
      },
      "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8476
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8470
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8482
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8488
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8494
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8500
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8588
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8617
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8633
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8649
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8665
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8592
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8605
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8621
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8653
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8637
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8669
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8582
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8598
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8611
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8627
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8643
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8659
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8673
      },
      "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text Dashboard#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8691
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#color Dashboard#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8679
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8685
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8697
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8771
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8787
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8816
          },
          "name": "resetTextAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8775
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8791
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8820
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8804
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8765
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8781
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8797
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8810
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13443
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13491
          },
          "name": "view",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13473
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13449
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13479
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13485
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13455
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 13461
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 13467
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8824
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8830
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8836
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8842
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 8848
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9006
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8999
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8999
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8999
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 8874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 8864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8934
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8950
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8966
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8982
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8938
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8954
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8970
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8986
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8928
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8944
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8960
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8976
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 8878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13654
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13670
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13686
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13702
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13657
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13593
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13673
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13689
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13609
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13625
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13641
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13651
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13667
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13683
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13699
          },
          "name": "view",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13661
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13597
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13677
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13693
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13629
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13613
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13645
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13706
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13587
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13603
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13619
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13635
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13074
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13086
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13092
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13080
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13098
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13104
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9428
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9446
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9434
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9440
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9452
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9458
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9010
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9016
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9052
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9064
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 9022
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 9028
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9034
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9040
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9046
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9058
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9321
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9321
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9321
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9198
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9214
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9230
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9246
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9262
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9291
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9186
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9202
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9218
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9234
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9250
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9266
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9279
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9295
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9308
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9179
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9192
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9208
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9224
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9240
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9256
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9272
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9285
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9301
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9332
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9338
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9344
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9404
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9420
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9408
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9424
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9398
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9414
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9636
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9629
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9629
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9629
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9593
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9609
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9551
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9567
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9596
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9612
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9590
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9606
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9555
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9571
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9600
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9584
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9616
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9545
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9561
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9577
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13285
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13278
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13278
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13278
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10192
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10198
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10210
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10216
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10222
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10204
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9640
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9658
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9738
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9754
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9726
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9742
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9758
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9732
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9748
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9684
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9881
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9887
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9893
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9899
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10027
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10027
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10027
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10007
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9978
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9994
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10010
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10004
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9982
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9998
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10014
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9972
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9988
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9762
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9774
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 9802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 9795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9860
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9848
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9864
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9877
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9841
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9854
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9870
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 9806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10038
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10044
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10050
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10056
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10188
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10181
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10181
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10181
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10164
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10168
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10158
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10329
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10345
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10361
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10332
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10348
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10364
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10316
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10326
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10342
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10358
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10336
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10352
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10304
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10368
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10320
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10297
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10310
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13210
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13226
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13242
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13258
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13213
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13229
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13197
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13245
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13261
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13207
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13223
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13239
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13255
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13217
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13233
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13201
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13249
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13265
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13191
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12127
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12133
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12139
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12145
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12151
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12157
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10372
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10378
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10384
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10396
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10402
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10420
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10426
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10432
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10390
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10408
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10414
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10574
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10616
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10632
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10549
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10562
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10578
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10591
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10604
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10620
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10636
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10649
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10662
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10675
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10542
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10555
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10568
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10584
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10597
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10610
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10626
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10642
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10655
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10668
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10679
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10685
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10691
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10703
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10733
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10739
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10697
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10709
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10715
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 10721
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10727
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 10768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10881
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10910
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10926
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10942
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10958
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10856
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10869
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10885
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10898
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10914
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10930
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10946
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10962
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10975
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10988
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10849
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10862
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10875
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10891
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10904
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10920
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10936
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10952
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10968
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10981
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11486
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11510
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11492
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11504
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11516
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11498
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11522
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 10992
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 10998
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11004
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11010
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11142
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11135
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11135
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11135
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11102
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11118
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11090
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11106
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11122
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11083
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11096
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11112
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11268
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11274
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11280
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11286
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11418
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11411
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11411
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11411
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11301
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11391
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11378
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11394
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11388
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11366
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11382
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11398
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11359
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11372
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11146
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11152
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11158
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11164
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11244
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11260
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11232
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11248
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11264
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11238
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11254
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11649
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11662
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11678
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11665
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11623
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11681
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11646
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11659
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11675
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11653
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11611
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11669
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11627
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11640
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11685
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11604
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11617
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11633
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11422
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11428
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11441
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11482
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11475
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12331
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12338
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12331
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12331
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12331
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11689
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11707
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11713
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 11695
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11701
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11787
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11803
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11791
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11807
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11820
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11833
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11781
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11797
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11813
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11826
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12247
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12263
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12279
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12295
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12311
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12250
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12266
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12282
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12298
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12314
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12244
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12260
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12276
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12292
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12308
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12254
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12270
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12286
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12302
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12318
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 11849
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11867
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11873
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 11843
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11855
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11861
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11879
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11885
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11891
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 11919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 11912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12000
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12029
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12045
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12087
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12103
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12119
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12004
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12017
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12033
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12049
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12062
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12075
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12091
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12107
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12123
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11994
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12010
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12023
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12039
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12055
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12068
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12081
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12097
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12113
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 11923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12894
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12900
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12912
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12918
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12924
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12906
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12342
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12348
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12354
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12360
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12440
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12456
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12428
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12444
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12460
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12421
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12434
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12450
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12583
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12589
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12595
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12601
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12729
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12729
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12729
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12709
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12680
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12696
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12712
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12706
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12700
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12716
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12690
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12464
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12482
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12476
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12562
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12550
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12566
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12579
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12543
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12556
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12572
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12740
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12746
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12752
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12758
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12883
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12883
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12883
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12850
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12866
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12838
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12854
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12870
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12831
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12844
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12860
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 12948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 12941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13031
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13047
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13063
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13034
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13050
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13066
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13018
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13028
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13044
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13060
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13038
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13054
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13006
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13070
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13022
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12999
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13012
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 12952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13289
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13295
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13301
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13315
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13375
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13362
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13355
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13368
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13379
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 13385
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13398
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13439
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13432
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17623
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17665
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17671
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17629
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17635
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17677
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17641
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17647
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17653
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17659
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17683
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13710
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13716
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13722
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13728
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 13734
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13892
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13885
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13885
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13885
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13820
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13836
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13852
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13868
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13824
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13840
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13856
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13872
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13814
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13830
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13846
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13862
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13896
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13902
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13908
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14017
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14010
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14010
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14010
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 13932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 13922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13993
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13981
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13997
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13974
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13987
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 13936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 17712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17892
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17908
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17924
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17940
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17895
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17911
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17799
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17815
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17927
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17831
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17847
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17863
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17879
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17943
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17889
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17905
          },
          "name": "event",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17921
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17937
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17899
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17915
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17803
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17819
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17931
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17835
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17867
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17851
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17883
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17947
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17793
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17809
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17825
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17841
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17857
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17873
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17167
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17179
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17185
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17191
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17173
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17197
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17203
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17209
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14573
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14579
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14591
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14597
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14603
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14585
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14021
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14033
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14039
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14119
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14135
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14107
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14123
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14139
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14100
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14113
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14129
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14262
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14268
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14274
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14280
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14408
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14408
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14408
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14388
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14359
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14375
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14391
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14385
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14363
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14379
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14395
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14353
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14369
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14143
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14149
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14161
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14155
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14241
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14229
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14258
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14222
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14251
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14419
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14431
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14437
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14569
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14562
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14562
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14562
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14529
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14545
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14517
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14533
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14549
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14510
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14523
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14539
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14710
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14726
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14742
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14713
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14729
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14745
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14697
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14707
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14723
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14739
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14717
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14733
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14685
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14749
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14701
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14678
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14691
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 17429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17429
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17429
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17429
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15305
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15311
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15323
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15329
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15335
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15317
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14753
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14759
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14765
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14771
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14851
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14867
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14839
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14855
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14871
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14832
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14845
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14861
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14994
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15000
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15006
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15012
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15147
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15140
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15140
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15140
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15120
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15091
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15107
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15123
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15117
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15095
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15111
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15127
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15085
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15101
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14875
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14881
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14893
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14887
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 14915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 14908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14973
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14961
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14977
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14990
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14967
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14983
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 14919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15151
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15157
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15163
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15169
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15294
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15294
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15294
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15261
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15277
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15249
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15265
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15281
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15255
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15271
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15442
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15458
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15474
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15445
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15461
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15477
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15429
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15439
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15455
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15471
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15449
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15465
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15417
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15481
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15433
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15410
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15423
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 17238
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17329
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17345
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17361
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17377
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17393
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17409
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17332
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17348
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17364
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17316
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17380
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17396
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17412
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17326
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17342
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17358
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17374
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17390
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17406
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17336
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17352
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17368
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17320
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17384
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17400
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17416
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17310
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15485
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15503
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15491
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15497
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15509
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15583
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15599
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15628
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15587
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15603
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15616
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15632
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15577
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15593
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15609
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15622
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16188
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16194
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16206
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16212
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16218
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16200
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15636
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15642
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15648
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15654
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15734
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15750
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15722
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15738
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15754
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15715
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15728
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15744
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15877
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15883
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15889
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15895
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16030
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16023
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16023
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16023
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16016
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16003
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15974
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15990
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16006
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16000
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15978
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15994
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16010
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15968
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15984
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15758
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15764
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15776
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15770
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 15798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 15791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15856
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15844
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15860
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15873
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15850
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15866
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 15802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16034
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16040
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16046
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16052
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16184
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16177
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16177
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16177
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16144
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16160
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16164
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16154
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16325
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16341
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16357
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16328
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16344
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16360
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16312
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16322
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16338
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16354
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16332
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16348
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16300
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16364
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16316
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16293
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16306
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16920
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16926
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16938
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16944
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16950
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16932
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16368
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16380
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16386
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16466
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16482
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16454
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16470
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16486
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16460
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16476
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16609
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16615
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16621
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16627
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16762
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16755
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16755
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16755
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16735
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16706
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16722
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16738
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16732
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16710
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16726
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16742
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16700
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16716
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16490
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16508
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16502
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16588
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16576
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16592
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16605
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16598
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16766
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16772
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16778
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16784
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16916
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16909
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16909
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16909
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16876
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16892
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16864
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16880
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16896
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16857
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16870
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16886
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 16974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 16967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17057
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17073
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17089
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17060
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17076
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17092
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17044
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17054
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17070
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17086
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17064
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17080
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17032
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17096
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17048
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17038
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 16978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17100
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17106
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 17126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17159
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17163
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17153
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17440
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17446
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17452
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17458
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17464
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17470
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 17494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17551
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17567
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17583
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17599
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17615
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17555
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17571
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17587
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17603
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17619
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17545
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17561
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17577
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17593
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17609
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5295
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5349
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The list of tags to group nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5301
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5319
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5307
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5313
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5355
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scope Dashboard#scope}",
            "stability": "stable",
            "summary": "The list of tags to filter nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5325
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5361
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5331
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5337
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5343
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17951
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17957
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17963
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 17969
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs400.ts",
            "line": 17975
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18133
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18126
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18126
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18126
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 17991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18061
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18077
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18093
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18109
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18065
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18081
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18097
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18113
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18055
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18071
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18087
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18103
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5609
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5625
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5641
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5612
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5484
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5532
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5500
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5516
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5628
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5548
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5644
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5564
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5580
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5596
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5606
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5622
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5638
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5616
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5488
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5536
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5504
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5520
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5632
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5552
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5648
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5584
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5568
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5600
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5478
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5526
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5494
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5510
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5542
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5558
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5574
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5590
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5045
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill Dashboard#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5051
          },
          "name": "fill",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5057
          },
          "name": "size",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1478
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1490
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1496
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1502
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1484
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1508
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1514
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18689
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18695
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18707
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18713
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18719
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18701
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18137
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18149
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18155
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18235
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18251
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18223
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18239
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18255
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18229
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18245
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18378
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18384
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18390
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18396
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18531
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18524
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18524
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18524
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18504
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18475
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18491
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18507
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18501
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18479
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18495
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18511
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18469
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18485
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18259
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18277
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18271
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18357
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18345
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18361
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18374
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18351
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18367
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18535
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18541
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18547
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18553
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18685
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18678
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18678
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18678
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18645
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18661
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18633
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18649
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18665
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18626
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18639
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18655
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18826
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18842
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18858
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18829
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18845
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18861
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18813
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18823
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18839
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18855
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18833
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18849
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18801
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18865
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18817
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18794
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18807
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1718
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1711
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1711
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1711
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19421
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19427
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19439
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19445
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19451
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19433
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18869
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18881
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18887
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 18909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18967
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18983
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18955
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18971
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18987
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18948
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18961
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18977
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19110
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19116
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19122
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19128
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19256
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19263
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19256
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19256
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19256
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19236
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19207
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19223
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19239
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19233
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19211
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19227
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19243
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19201
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19217
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 18991
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 18997
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19009
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19003
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19089
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19106
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19099
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19267
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19273
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19279
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19285
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19417
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19410
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19410
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19410
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19377
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19393
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19365
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19381
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19397
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19358
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19371
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19387
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19558
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19574
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19590
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19561
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19577
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19593
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19545
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19555
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19571
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19587
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19565
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19581
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19533
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19597
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19549
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19526
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19539
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1627
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1643
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1659
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1675
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1691
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1630
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1646
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1662
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1614
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1678
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1694
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1624
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1640
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1656
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1672
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1688
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1634
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1650
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1666
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1618
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1682
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1698
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1608
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19601
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19619
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19607
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19613
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19625
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs400.ts",
          "line": 19648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs400.ts",
        "line": 19641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19699
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19715
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19744
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19703
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19719
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19732
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19748
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19693
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19709
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19725
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19738
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs400.ts",
            "line": 19652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs400:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 566
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 572
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 584
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 590
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 596
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 578
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 26
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 32
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 54
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 47
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 112
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 128
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 100
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 116
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 132
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 93
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 106
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 122
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 58
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 255
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 261
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 267
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 273
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 408
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 401
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 401
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 401
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 381
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 352
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 368
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 384
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 378
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 356
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 372
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 388
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 362
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 136
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 142
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 154
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 148
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 234
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 222
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 238
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 251
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 215
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 244
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 412
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 418
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 424
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 430
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 555
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 555
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 555
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 522
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 538
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 510
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 526
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 542
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 516
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 532
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 703
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 719
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 735
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 706
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 722
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 738
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 690
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 700
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 716
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 732
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 710
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 726
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 678
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 742
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 694
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 671
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 684
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1298
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1304
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1316
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1322
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1328
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1310
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 746
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 752
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 758
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 764
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 844
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 860
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 832
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 848
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 864
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 825
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 838
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 854
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 987
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1005
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1140
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1133
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1133
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1133
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1113
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1084
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1100
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1116
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1110
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1088
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1104
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1120
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1078
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1094
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 868
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 886
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 880
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 966
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 954
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 983
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 960
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 976
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1144
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1156
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1162
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1294
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1287
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1287
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1287
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1254
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1270
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1242
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1274
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1235
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1248
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1264
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1435
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1451
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1467
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1438
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1454
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1470
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1422
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1432
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1448
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1464
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1442
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1458
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1410
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1474
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1426
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1403
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1416
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5114
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5130
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5117
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5133
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5111
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5127
          },
          "name": "size",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5121
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5137
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4801
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4813
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4819
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4825
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4807
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4831
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4837
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2274
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2280
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2292
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2298
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2304
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2286
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1722
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1734
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1740
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1820
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1836
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1808
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1824
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1840
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1801
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1814
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1830
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1963
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1969
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1975
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1981
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2116
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2109
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2109
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2109
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2089
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2060
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2076
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2092
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2086
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2064
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2080
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2096
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2054
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2070
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1844
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1850
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1862
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1856
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 1884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 1877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1942
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1930
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1946
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1959
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1923
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1936
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1952
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 1888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2120
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2126
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2132
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2138
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2270
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2263
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2263
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2263
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2230
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2246
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2218
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2234
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2250
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2224
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2240
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2411
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2427
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2443
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2414
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2430
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2446
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2398
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2408
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2424
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2440
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2418
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2434
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2386
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2450
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2402
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2379
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2392
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5041
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5034
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5034
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5034
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3006
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3012
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3024
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3030
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3036
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3018
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2454
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2466
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2472
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2552
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2568
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2540
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2556
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2572
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2546
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2562
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2695
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2701
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2707
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2713
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2848
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2841
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2841
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2841
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2821
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2792
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2808
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2824
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2818
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2796
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2812
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2828
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2786
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2802
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2576
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2582
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2594
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2588
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2674
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2662
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2678
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2691
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2668
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2684
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2852
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2864
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2870
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3002
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2995
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2995
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2995
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 2895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 2885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2962
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2978
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2950
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2966
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2982
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2943
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2956
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2972
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 2899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3143
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3159
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3175
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3146
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3162
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3178
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3130
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3140
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3156
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3172
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3150
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3166
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3118
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3182
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3134
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3111
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3124
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4950
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4966
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4982
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4998
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5014
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4953
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4969
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4985
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4937
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5001
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5017
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4947
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4963
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4979
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4995
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5011
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4957
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4973
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4989
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4941
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5005
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5021
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4931
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3186
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3204
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3192
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3198
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3210
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3284
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3300
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3329
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3288
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3304
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3317
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3333
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3278
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3294
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3310
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3323
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3889
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3895
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3907
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3913
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3919
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3901
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3337
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3349
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3355
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3435
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3451
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3423
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3439
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3455
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3416
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3429
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3445
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3578
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3584
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3590
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3596
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3731
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3724
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3724
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3724
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3704
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3675
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3691
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3707
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3701
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3679
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3695
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3711
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3669
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3685
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3459
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3465
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3477
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3471
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3557
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3545
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3574
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3567
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3735
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3747
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3753
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3885
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3878
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3878
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3878
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3861
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3865
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3855
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 3943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 3936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4026
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4042
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4058
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4029
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4045
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4061
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4013
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4023
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4039
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4055
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4033
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4049
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4001
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4065
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4017
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3994
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4007
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 3947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4621
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4627
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4639
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4645
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4651
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4633
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4069
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4075
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4081
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4087
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4167
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4183
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4155
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4171
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4187
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4161
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4177
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4310
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4316
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4322
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4328
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4463
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4456
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4456
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4456
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4436
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4407
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4423
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4439
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4433
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4411
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4427
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4443
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4401
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4417
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4191
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4197
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4209
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4203
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4289
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4277
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4293
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4306
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4270
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4283
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4299
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4467
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4479
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4485
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4602
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4617
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4610
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4610
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4610
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4577
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4593
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4565
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4581
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4597
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4558
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4571
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4587
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 4675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 4668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4758
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4774
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4790
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4761
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4777
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4793
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4745
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4755
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4771
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4787
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4765
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4781
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4733
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4797
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4749
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4726
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4739
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 4679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5141
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill_max Dashboard#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5147
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill_min Dashboard#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5153
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5159
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5165
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5239
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5255
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5271
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5287
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5243
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5259
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5291
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5275
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5233
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5249
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5265
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5281
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5652
      },
      "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5658
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5671
      },
      "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5712
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5705
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5716
      },
      "name": "DashboardWidgetGroupDefinitionWidgetImageDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5752
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_background Dashboard#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5722
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_border Dashboard#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5728
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5734
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#margin Dashboard#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5740
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#sizing Dashboard#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5746
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5758
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 5764
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 5791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5866
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5882
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5898
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5914
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5930
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5959
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5975
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5870
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5886
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5902
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5918
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5934
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5963
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5947
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5979
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5860
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5876
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5892
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5908
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5924
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5940
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5953
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5969
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 1871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 1863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1878
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1871
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1871
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1871
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6375
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6399
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6381
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6387
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6393
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6518
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6473
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6489
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6505
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6515
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6522
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6493
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6477
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6509
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6467
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6483
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6499
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6227
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6239
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6245
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#response_format Dashboard#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6233
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 5983
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#field Dashboard#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5989
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 5995
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6101
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6094
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6094
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6094
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6009
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6068
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6081
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6061
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6074
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6371
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6364
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6364
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6364
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6334
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6347
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6331
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6344
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6338
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6351
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6325
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6318
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6105
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `rum_issue_stream`, `apm_issue_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6111
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6117
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6123
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6203
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6219
          },
          "name": "resetQueryString"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6191
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6207
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6223
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6184
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6197
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6213
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6616
      },
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6622
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6628
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6634
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6640
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6646
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_date_column Dashboard#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6652
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_message_column Dashboard#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6658
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6682
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6664
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6670
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6676
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6962
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6805
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6821
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6837
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6853
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6869
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6885
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6901
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6965
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6917
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6933
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6949
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6959
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6809
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6825
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6841
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6857
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6873
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6889
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6905
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6969
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6937
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6921
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6953
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6799
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6815
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6831
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6847
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6863
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6879
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6895
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6911
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6927
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6943
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6526
      },
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6532
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6538
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 6559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6552
      },
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6599
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6612
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6592
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6605
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 6973
      },
      "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 6997
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6979
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6985
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 6991
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7003
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7009
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7015
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7021
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7027
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7033
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7149
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7165
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7181
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7210
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7226
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7242
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7258
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7274
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7290
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7153
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7169
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7185
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7198
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7214
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7230
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7246
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7278
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7262
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7294
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7143
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7159
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7175
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7191
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7204
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7220
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7236
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7252
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7268
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7284
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7298
      },
      "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#content Dashboard#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7310
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7304
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7316
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_padding Dashboard#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7322
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_tick Dashboard#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7328
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7334
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7340
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7346
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7352
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7461
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7490
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7506
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7522
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7538
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7554
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7570
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7586
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7465
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7478
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7494
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7510
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7526
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7542
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7558
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7574
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7590
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7455
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7471
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7484
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7500
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7516
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7532
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7548
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7564
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7580
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 1213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 1203
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1419
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1435
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1451
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1467
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1483
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1499
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1515
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1531
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1547
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1563
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1579
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1595
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1611
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1627
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1643
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1659
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1675
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1691
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1707
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1723
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1739
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1755
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1771
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1787
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1803
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1819
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1835
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1851
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1422
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1438
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1454
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1470
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1486
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1502
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1518
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1534
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1550
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1566
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1582
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1598
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1614
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1630
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1646
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1662
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1678
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1694
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1710
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1726
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1742
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1758
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1774
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1790
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1806
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1822
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1838
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1854
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1416
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1432
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1448
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1464
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1480
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1496
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1512
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1528
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1544
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1560
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1576
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1410
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1592
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1608
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1624
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1640
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1656
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1672
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1688
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1704
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1720
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1736
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1752
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1768
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1784
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1800
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1816
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1832
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1848
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1426
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1442
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1458
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1474
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1490
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1506
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1522
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1538
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1554
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1570
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1586
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1602
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1618
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1634
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1650
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1666
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1682
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1698
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1714
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1730
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1746
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1762
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1778
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1794
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1810
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1826
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1842
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1858
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 1217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14695
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14731
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 14701
          },
          "name": "hasSearchBar",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14707
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14737
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14713
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 14719
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 14725
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7594
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7600
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7606
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7612
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 7618
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7769
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7769
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7769
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7704
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7720
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7736
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7752
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7708
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7724
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7740
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7756
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7698
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7714
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7730
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7746
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 14763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14909
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14925
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14912
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14832
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14848
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14928
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14864
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14880
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14896
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14906
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14922
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14916
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14836
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14852
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14932
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14884
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14868
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14900
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14826
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14842
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14858
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14874
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14890
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14190
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 14196
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14202
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14232
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14238
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "List items one of `number`, `bar`. Valid values are `number`, `bar`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14208
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14244
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14250
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14214
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14256
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14220
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14262
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14226
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14268
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14274
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14280
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8332
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8338
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8350
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8356
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8362
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8344
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7780
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7792
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7798
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7878
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7894
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7898
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7888
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8021
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8027
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8033
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8039
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8167
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8167
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8167
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8147
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8118
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8134
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8150
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8144
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8122
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8138
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8154
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8112
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8128
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7902
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7908
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7920
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7914
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 7942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 7935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8000
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7988
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8004
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8017
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7994
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8010
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 7946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8178
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8196
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8321
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8321
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8321
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8288
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8304
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8276
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8292
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8308
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8282
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8298
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8469
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8485
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8501
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8472
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8488
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8504
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8456
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8466
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8482
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8498
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8476
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8492
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8444
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8508
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8460
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8437
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8450
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8695
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8701
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8707
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8713
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 8725
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8731
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8737
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8719
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8512
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8530
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8518
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8524
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8536
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8684
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8684
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8684
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8622
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8638
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8667
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8626
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8642
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8655
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8671
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8616
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8632
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8648
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8661
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 8763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8910
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8913
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8871
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8907
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8917
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8833
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8846
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8859
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8875
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8888
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8901
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8826
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8839
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8852
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8865
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8881
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8894
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8921
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8927
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8963
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8975
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 8933
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 8939
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8945
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8951
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8957
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 8969
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9232
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9232
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9232
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 8996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9109
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9125
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9141
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9157
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9173
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9202
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9097
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9113
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9129
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9145
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9161
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9177
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9190
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9206
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9219
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9090
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9103
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9119
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9135
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9151
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9167
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9183
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9196
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9212
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9661
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9679
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9667
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9673
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9685
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9691
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9243
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9249
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9285
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9297
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 9255
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 9261
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9267
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9273
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9279
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9291
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9561
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9554
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9554
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9554
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9318
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9431
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9447
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9463
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9479
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9495
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9524
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9419
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9435
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9451
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9467
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9483
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9499
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9512
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9528
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9541
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9412
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9425
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9441
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9457
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9473
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9489
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9505
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9518
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9534
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9565
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9571
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9577
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9637
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9653
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9641
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9657
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9631
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9647
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9869
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9862
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9862
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9862
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9826
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9842
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9784
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9800
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9829
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9845
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9823
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9839
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9788
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9804
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9833
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9817
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9849
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9778
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9794
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9810
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 14684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14684
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14684
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14684
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10425
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10431
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10443
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10449
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10455
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10437
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9873
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9879
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9885
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9891
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 9913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9971
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9987
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9959
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9975
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9991
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9965
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9981
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 9917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10114
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10120
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10126
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10132
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10267
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10260
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10260
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10260
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10240
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10211
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10227
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10243
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10237
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10215
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10231
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10247
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10205
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10221
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 9995
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10001
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10013
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10007
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10093
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10081
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10097
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10110
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10074
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10087
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10103
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10271
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10277
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10283
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10289
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10421
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10414
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10414
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10414
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10381
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10397
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10369
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10385
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10401
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10362
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10375
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10391
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10562
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10578
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10594
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10565
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10581
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10597
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10549
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10559
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10575
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10591
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10569
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10585
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10537
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10601
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10553
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10530
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10543
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 14317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14536
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14552
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14568
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14584
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14600
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14616
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14632
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14648
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14664
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14443
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14459
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14539
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14555
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14475
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14571
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14587
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14491
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14603
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14507
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14619
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14523
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14635
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14651
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14667
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14533
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14549
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14565
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14581
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14597
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14613
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14629
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14645
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14661
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14447
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14463
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14543
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14559
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14479
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14575
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14591
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14495
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14607
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14511
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14623
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14527
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14639
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14655
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14671
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14437
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14453
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14469
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14485
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14501
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14517
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10605
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10623
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10611
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10617
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10629
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10703
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10719
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10748
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10707
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10723
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10736
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10752
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10697
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10713
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10729
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10742
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12511
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12517
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12523
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12529
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12535
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12541
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10756
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 10762
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10768
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10780
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10786
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10804
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10810
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 10816
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 10774
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 10792
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 10798
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 10845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 10838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10958
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11000
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11016
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10933
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10946
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10962
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10975
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10988
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11004
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11020
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11033
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11046
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11059
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10926
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10939
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10952
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10968
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10981
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10994
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11010
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11026
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11039
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11052
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 10849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11063
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 11069
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11075
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11087
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11117
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 11123
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11081
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11093
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 11099
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 11105
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11111
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11265
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11294
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11310
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11326
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11342
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11240
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11253
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11269
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11282
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11298
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11314
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11330
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11346
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11359
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11372
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11233
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11246
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11259
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11275
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11288
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11304
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11320
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11336
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11352
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11365
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11870
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11894
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11876
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11888
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11900
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11882
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11906
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11376
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11388
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11394
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11526
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11519
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11519
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11519
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11486
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11502
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11474
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11490
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11506
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11467
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11480
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11496
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11652
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11658
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11664
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11670
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11802
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11795
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11795
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11795
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11775
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11762
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11778
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11772
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11750
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11766
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11782
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11743
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11756
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11530
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11542
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11548
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11563
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11628
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11644
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11616
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11632
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11648
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11622
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11638
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12033
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12046
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12062
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12049
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12007
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12065
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12030
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12043
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12059
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12037
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11995
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12053
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12011
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12024
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12069
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11988
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12001
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12017
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11806
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11812
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 11832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 11825
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11866
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11859
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 11836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12722
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12715
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12715
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12715
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12708
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12073
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12091
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12097
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 12079
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12085
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12171
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12187
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12175
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12191
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12204
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12217
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12165
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12181
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12210
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12631
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12647
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12663
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12679
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12695
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12634
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12650
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12666
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12682
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12698
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12628
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12644
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12660
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12676
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12692
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12638
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12654
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12670
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12686
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12702
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12221
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 12233
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12251
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12257
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 12227
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12239
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12245
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12263
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12269
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12275
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12384
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12413
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12429
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12471
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12487
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12503
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12388
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12401
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12417
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12433
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12446
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12459
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12475
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12491
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12507
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12378
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12394
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12407
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12423
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12439
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12452
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12465
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12481
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12497
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13278
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13284
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13296
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13302
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13308
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13290
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12726
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12732
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12738
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12744
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12824
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12840
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12812
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12828
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12844
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12805
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12818
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12834
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12967
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12973
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12979
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12985
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13120
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13113
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13113
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13113
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13093
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13064
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13080
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13096
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13090
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13068
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13084
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13100
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13058
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13074
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12848
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12854
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12866
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12860
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 12888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 12881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12946
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12934
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12950
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12963
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12940
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12956
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 12892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13124
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13130
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13136
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13142
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13274
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13267
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13267
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13267
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13234
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13250
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13222
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13238
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13254
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13215
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13244
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13415
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13431
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13447
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13418
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13434
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13450
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13402
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13412
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13428
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13444
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13422
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13438
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13390
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13454
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13406
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13383
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13396
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14010
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14016
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14028
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14034
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14040
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14022
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13458
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13464
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13470
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13476
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13556
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13572
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13544
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13560
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13576
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13537
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13550
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13566
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13699
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13705
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13711
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13717
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13852
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13845
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13845
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13845
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13825
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13796
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13812
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13828
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13822
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13800
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13816
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13832
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13790
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13806
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13580
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13586
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13598
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13592
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13678
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13666
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13682
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13695
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13659
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13672
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13688
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13856
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13868
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13874
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14006
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13999
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13999
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13999
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 13899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 13889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13966
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13982
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13954
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13986
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13960
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13976
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 13903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 14064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14147
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14163
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14179
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14150
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14166
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14182
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14134
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14144
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14160
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14176
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14154
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14170
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14122
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14186
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14138
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14115
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14128
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2036
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2042
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2090
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2048
          },
          "name": "customUnit",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2054
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2060
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2096
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2066
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2102
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2072
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2078
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2084
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14936
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14942
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14948
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14954
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 14960
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15111
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15111
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15111
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 14986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 14976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15046
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15062
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15078
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15094
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15050
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15066
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15082
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15098
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15040
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15056
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15072
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15088
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 14990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2350
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2366
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2382
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2225
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2353
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2241
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2257
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2273
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2369
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2289
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2385
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2305
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2321
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2337
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2347
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2363
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2379
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2229
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2357
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2245
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2261
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2277
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2373
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2293
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2389
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2325
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2309
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2341
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2219
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2235
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2251
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2267
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2283
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2299
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2315
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2331
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1371
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 1377
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1389
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1395
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1401
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1407
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1413
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1419
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1383
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1425
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1431
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1437
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15674
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15680
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15692
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15698
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15704
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15686
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15220
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15236
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15208
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15224
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15240
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15201
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15214
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15230
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15363
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15369
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15375
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15381
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15516
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15509
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15509
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15509
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15489
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15460
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15476
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15492
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15486
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15464
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15480
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15496
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15454
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15470
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15244
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15250
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15262
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15256
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15342
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15330
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15346
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15359
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15323
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15336
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15352
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15520
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15526
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15532
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15538
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15670
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15663
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15663
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15663
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15630
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15646
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15618
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15634
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15650
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15611
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15624
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15640
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15811
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15827
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15843
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15814
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15830
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15846
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15798
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15808
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15824
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15840
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15818
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15834
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15786
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15850
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15802
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15779
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15792
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16406
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16412
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16424
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16430
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16436
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16418
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15854
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15866
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15872
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 15894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15952
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15968
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15940
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15956
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15972
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15933
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15946
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15962
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16095
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16101
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16107
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16113
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16248
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16241
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16241
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16241
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16221
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16192
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16208
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16224
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16218
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16196
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16212
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16228
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16186
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16202
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 15976
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15994
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 15988
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16074
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16062
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16078
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16091
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16055
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16068
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16084
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16252
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16264
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16270
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16402
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16395
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16395
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16395
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16362
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16378
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16350
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16366
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16382
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16356
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16372
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16543
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16559
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16575
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16546
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16562
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16578
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16530
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16540
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16556
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16572
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16550
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16566
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16518
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16582
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16534
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16511
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16524
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16586
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16592
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16628
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16640
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 16598
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 16604
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16610
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16616
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16622
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16634
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16904
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16897
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16897
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16897
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16774
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16790
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16806
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16822
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16838
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16867
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16762
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16778
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16794
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16810
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16826
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16842
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16855
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16871
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16884
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16755
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16768
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16784
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16800
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16816
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16832
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16848
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16861
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16877
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17326
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17344
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17332
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17338
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17350
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17356
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16908
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16914
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16950
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16962
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 16920
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 16926
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16932
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16938
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16944
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16956
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17226
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17219
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17219
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17219
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 16993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 16983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17096
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17112
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17128
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17144
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17160
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17189
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17084
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17100
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17116
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17132
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17148
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17164
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17177
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17193
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17206
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17077
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17090
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17106
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17122
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17138
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17154
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17170
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17183
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17199
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 16997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17230
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17236
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17242
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17302
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17318
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17306
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17322
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17296
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17312
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17527
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17527
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17527
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17491
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17507
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17449
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17465
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17494
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17510
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17488
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17504
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17453
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17469
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17498
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17482
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17514
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17443
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17459
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17475
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1756
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1749
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1749
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1749
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18090
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18096
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18108
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18114
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18120
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18102
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17538
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17544
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17550
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17556
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17636
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17652
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17624
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17640
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17656
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17617
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17630
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17646
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17779
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17785
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17791
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17797
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17932
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17925
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17925
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17925
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17905
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17876
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17892
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17908
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17902
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17880
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17896
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17912
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17870
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17886
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17660
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17666
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17678
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17672
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17693
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17758
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17746
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17762
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17775
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17739
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17752
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17768
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17936
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17948
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17954
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 18079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18086
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18079
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18079
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18079
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 17979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 17969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18046
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18062
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18034
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18050
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18066
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18056
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 17983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 18144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18227
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18243
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18259
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18230
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18246
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18262
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18214
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18224
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18240
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18256
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18234
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18250
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18202
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18266
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18218
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18195
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18208
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1601
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1617
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1633
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1649
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1665
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1681
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1697
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1713
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1729
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1572
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1604
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1620
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1636
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1652
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1668
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1684
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1588
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1700
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1716
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1732
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1598
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1614
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1630
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1646
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1662
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1678
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1694
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1710
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1726
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1576
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1608
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1624
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1640
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1656
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1672
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1688
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1592
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1704
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1720
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1736
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1566
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1582
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18270
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18288
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18276
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18282
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18294
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 18317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18368
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18384
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18413
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18372
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18388
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18401
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18417
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18362
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18378
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18394
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18407
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 20176
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20182
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20188
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20194
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20200
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20206
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18421
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18427
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18433
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18445
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18451
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18469
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18475
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18481
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18439
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18457
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18463
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 18510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18623
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18665
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18681
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18598
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18611
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18627
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18640
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18653
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18669
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18685
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18698
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18711
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18724
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18591
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18604
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18617
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18633
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18646
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18659
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18675
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18691
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18704
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18717
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18728
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18734
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18740
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18752
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18782
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18788
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18746
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18758
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18764
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 18770
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18776
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 18817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 18810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18930
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18959
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18975
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18991
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19007
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18905
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18918
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18934
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18947
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18963
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18979
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18995
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19011
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19024
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19037
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18898
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18911
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18924
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18940
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18953
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18969
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18985
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19001
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19017
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19030
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 18821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19535
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19559
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19541
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19553
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19565
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19547
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19571
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19041
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19047
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19053
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19059
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19191
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19184
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19184
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19184
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19074
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19151
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19167
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19139
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19155
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19171
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19132
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19145
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19161
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19317
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19323
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19329
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19335
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19467
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19460
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19460
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19460
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19440
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19427
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19443
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19437
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19415
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19431
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19447
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19408
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19421
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19195
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19201
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19207
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19213
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19293
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19309
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19281
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19297
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19313
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19274
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19287
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19303
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19698
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19711
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19727
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19714
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19672
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19730
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19695
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19708
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19724
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19702
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19660
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19718
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19676
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19689
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19734
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19653
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19666
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19682
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19471
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19477
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19490
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19531
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19524
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 20380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 20372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20387
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20380
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20380
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20380
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19738
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19756
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19762
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 19744
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19750
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19836
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19852
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19840
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19856
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19869
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19882
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19830
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19846
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19862
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19875
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 20233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 20223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20296
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20312
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20328
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20344
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20360
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20299
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20315
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20331
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20347
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20363
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20293
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20309
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20325
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20341
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20357
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20303
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20319
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20335
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20351
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20367
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19886
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 19898
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19916
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19922
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs800.ts",
            "line": 19892
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19904
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19910
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19928
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19934
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19940
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 19968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 19961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20049
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20078
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20094
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20136
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20152
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20168
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20053
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20066
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20082
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20098
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20111
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20124
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20140
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20156
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20172
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20043
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20059
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20072
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20088
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20104
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20117
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20130
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20146
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20162
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 19972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 459
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 465
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 477
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 483
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 489
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 471
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 20391
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20403
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20409
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs800.ts",
          "line": 20431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs800.ts",
        "line": 20424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20489
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20505
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20477
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20493
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20509
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20483
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20499
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs800.ts",
            "line": 20435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 148
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 154
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 160
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 166
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 294
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 294
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 294
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 274
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 245
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 261
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 277
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 271
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 249
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 265
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 281
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 239
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 255
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 29
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 35
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 47
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 41
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 69
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 62
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 127
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 115
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 131
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 144
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 108
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 121
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 137
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 73
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 305
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 317
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 323
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 455
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 448
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 448
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 448
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 415
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 431
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 403
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 419
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 435
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 396
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 409
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 425
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 596
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 612
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 628
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 599
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 615
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 631
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 583
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 593
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 609
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 625
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 603
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 619
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 571
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 635
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 587
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 564
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 577
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1191
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1197
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1209
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1215
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1221
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1203
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 639
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 645
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 651
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 657
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 737
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 753
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 725
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 741
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 757
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 718
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 731
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 747
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 880
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 886
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 892
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 898
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1033
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1026
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1026
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1026
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1019
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1006
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 977
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 993
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1009
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1003
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 981
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 997
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1013
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 971
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 987
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 761
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 779
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 859
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 847
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 863
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 876
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 840
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 853
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 869
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1037
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1043
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1049
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1055
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1187
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1180
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1180
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1180
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1163
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1135
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1167
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1157
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1328
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1344
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1360
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1331
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1347
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1363
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1315
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1325
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1341
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1357
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1335
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1351
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1303
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1367
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1319
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1296
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1309
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1943
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 1949
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1955
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2025
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2028
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2022
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2016
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2032
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2009
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1760
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 1766
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1772
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1778
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1784
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1790
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 1814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 1807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1871
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1887
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1903
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1919
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1935
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1875
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1891
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1907
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1923
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1939
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1865
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1881
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1897
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1913
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1929
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 1818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12023
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12029
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12059
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12035
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12065
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12041
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12047
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12053
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12071
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12077
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2393
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2399
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2405
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2411
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2417
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2575
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2568
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2568
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2568
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2503
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2519
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2535
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2551
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2507
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2523
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2539
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2555
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2497
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2513
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2529
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2545
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 12105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12263
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12279
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12295
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12311
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12186
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12266
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12202
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12282
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12218
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12234
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12250
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12298
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12314
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12260
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12276
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12292
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12308
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12190
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12270
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12206
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12286
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12238
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12222
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12254
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12302
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12318
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12180
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12196
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12212
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12228
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12244
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11532
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11538
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11544
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11550
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11614
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11630
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11646
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11617
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11633
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11649
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11611
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11627
          },
          "name": "x",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11643
          },
          "name": "y",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11621
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11637
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11653
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4700
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4706
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4712
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2579
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2591
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2597
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2585
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2726
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2719
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2719
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2719
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2676
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2680
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2693
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2706
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2670
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2686
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2699
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4817
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4817
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4817
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4781
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4797
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4784
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4800
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4778
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4794
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4788
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4804
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4485
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4491
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4497
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4503
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4509
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4515
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2730
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2736
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2742
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2754
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2760
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2778
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2784
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2790
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2748
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2766
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 2772
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 2819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 2812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2932
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2974
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2990
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2907
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2920
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2936
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2949
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2962
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2978
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2994
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3007
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3020
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3033
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2900
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2913
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2926
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2942
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2955
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2968
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2984
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3000
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3013
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3026
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 2823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3037
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 3043
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3049
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3061
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3091
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 3097
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3055
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3067
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 3073
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 3079
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3085
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3239
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3268
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3284
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3300
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3316
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3214
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3227
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3243
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3256
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3272
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3288
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3304
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3320
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3333
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3346
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3207
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3220
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3233
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3249
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3262
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3278
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3294
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3310
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3326
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3339
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3844
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3868
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3850
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3862
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3874
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3856
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3880
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3350
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3362
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3368
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3500
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3493
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3493
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3493
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3460
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3476
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3448
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3464
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3480
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3454
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3470
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3626
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3638
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3644
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3769
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3769
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3769
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3749
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3736
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3752
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3746
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3724
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3740
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3756
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3717
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3730
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3504
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3510
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3516
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3522
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3602
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3618
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3590
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3606
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3622
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3596
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3612
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4007
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4020
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4036
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4023
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3981
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4039
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4004
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4017
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4033
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4011
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3969
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4027
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3985
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3998
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4043
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3962
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3975
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3780
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3786
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 3806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 3799
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3840
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3833
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 3810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4696
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4689
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4689
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4689
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4047
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4065
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4071
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 4053
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4059
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4145
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4161
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4149
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4165
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4178
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4191
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4139
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4155
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4171
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4184
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4605
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4621
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4637
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4653
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4669
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4608
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4624
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4640
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4656
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4672
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4602
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4618
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4634
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4650
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4666
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4612
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4628
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4644
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4660
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4676
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4195
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 4207
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4225
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4231
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 4201
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4213
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4219
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4237
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4243
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4249
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4358
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4387
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4403
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4445
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4461
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4477
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4362
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4375
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4391
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4407
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4420
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4433
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4449
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4465
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4481
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4352
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4368
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4381
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4397
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4413
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4426
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4439
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4455
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4471
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7907
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 7913
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7925
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7931
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7937
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7919
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7943
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7949
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5380
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5386
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5398
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5404
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5410
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5392
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4828
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4840
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4926
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4942
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4914
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4930
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4946
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4907
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4920
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4936
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5069
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5075
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5081
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5087
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5215
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5215
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5215
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5195
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5166
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5182
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5198
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5192
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5170
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5186
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5202
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5160
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5176
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4950
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4968
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4962
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 4990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 4983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5048
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5036
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5052
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5065
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5042
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5058
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 4994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5226
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5244
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5376
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5369
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5369
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5369
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5336
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5352
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5324
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5340
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5356
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5317
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5330
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5346
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5517
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5533
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5549
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5520
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5536
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5552
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5504
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5514
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5530
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5546
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5524
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5540
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5492
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5556
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5508
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5485
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5498
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8176
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8169
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8169
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8169
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6112
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6118
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6130
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6136
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6142
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6124
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5560
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5566
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5572
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5578
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5658
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5674
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5678
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5668
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5801
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5807
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5813
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5819
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5947
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5947
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5947
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5927
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5898
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5914
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5930
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5924
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5902
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5918
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5934
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5892
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5908
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5682
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5700
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5694
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 5722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5780
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5768
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5784
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5797
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5774
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5790
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5958
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5964
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5970
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 5976
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6108
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6101
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6101
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6101
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 5991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6068
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6084
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6056
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6072
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6088
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6049
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6062
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6078
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6249
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6265
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6281
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6252
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6268
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6284
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6236
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6246
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6262
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6278
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6256
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6272
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6224
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6288
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6240
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6217
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6230
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8085
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8101
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8117
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8133
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8149
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8056
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8088
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8104
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8120
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8072
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8136
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8152
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8082
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8098
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8114
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8130
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8146
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8060
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8092
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8108
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8124
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8076
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8140
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8156
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8050
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8066
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6292
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6310
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6298
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6304
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6316
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6390
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6406
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6435
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6394
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6410
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6423
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6439
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6384
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6400
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6416
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6429
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6995
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7001
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7013
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7019
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7025
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7007
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6443
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6449
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6455
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6461
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6541
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6557
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6529
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6545
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6561
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6522
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6535
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6551
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6684
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6690
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6696
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6702
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6837
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6830
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6830
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6830
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6810
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6797
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6813
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6807
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6801
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6817
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6791
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6565
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6571
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6583
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6577
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6663
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6680
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6673
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6841
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6853
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6859
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6991
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6984
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6984
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6984
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 6884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 6874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6951
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6967
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6939
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6955
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6971
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6945
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6961
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 6888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7132
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7148
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7164
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7135
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7151
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7167
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7119
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7129
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7145
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7161
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7139
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7155
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7107
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7171
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7123
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7100
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7113
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7727
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7733
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7745
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7751
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7757
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7739
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7175
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7187
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7193
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7273
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7289
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7261
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7277
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7293
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7254
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7267
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7283
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7416
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7422
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7428
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7434
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7569
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7562
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7562
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7562
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7542
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7513
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7529
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7545
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7539
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7517
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7533
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7549
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7507
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7523
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7297
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7309
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7395
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7383
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7399
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7412
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7376
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7389
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7405
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7573
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7579
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7585
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7591
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7723
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7716
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7716
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7716
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7683
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7699
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7671
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7687
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7703
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7664
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7677
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7693
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 7781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 7774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7864
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7880
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7896
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7867
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7883
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7899
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7851
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7861
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7877
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7893
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7871
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7887
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7839
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7903
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7855
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7832
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7845
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 7785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11259
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 11265
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11277
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11283
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11289
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11271
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11295
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11301
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8732
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8738
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8750
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8756
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8762
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8744
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8180
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8198
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8278
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8294
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8282
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8298
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8288
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8421
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8427
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8433
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8439
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8574
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8567
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8567
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8567
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8547
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8518
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8534
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8550
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8544
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8522
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8538
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8554
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8512
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8528
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8302
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8320
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8400
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8388
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8404
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8417
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8394
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8410
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8578
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8584
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8590
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8596
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8728
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8721
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8721
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8721
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8688
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8704
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8676
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8692
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8708
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8682
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8698
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8869
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8885
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8901
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8872
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8888
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8904
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8856
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8866
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8882
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8898
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8876
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8892
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8844
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8908
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8860
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8837
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8850
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11528
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11521
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11521
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11521
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9464
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9470
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9482
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9488
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9494
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9476
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8912
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8924
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8930
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 8952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 8945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9010
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9026
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8998
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9014
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9030
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8991
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9004
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9020
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 8956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9153
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9159
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9165
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9171
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9306
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9299
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9299
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9299
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9279
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9250
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9266
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9282
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9276
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9254
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9270
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9286
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9260
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9034
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9040
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9052
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9046
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9132
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9120
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9136
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9149
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9113
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9126
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9142
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9310
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9316
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9322
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9328
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9453
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9453
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9453
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9420
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9436
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9408
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9424
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9440
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9401
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9414
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9430
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9601
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9617
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9633
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9604
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9620
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9636
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9588
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9598
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9614
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9630
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9608
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9624
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9576
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9640
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9592
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9569
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9582
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11437
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11453
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11469
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11485
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11501
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11408
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11440
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11456
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11472
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11424
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11488
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11504
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11434
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11450
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11466
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11482
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11498
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11412
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11444
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11460
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11476
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11428
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11492
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11508
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11402
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11418
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9644
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9662
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9650
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9656
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9668
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9742
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9758
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9787
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9746
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9762
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9775
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9791
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9736
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9752
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9768
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9781
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10347
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10353
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10365
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10371
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10377
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10359
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9795
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9801
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9807
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9813
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9828
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9893
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9909
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9881
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9897
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9913
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9887
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9903
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10036
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10042
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10048
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10054
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10189
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10182
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10182
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10182
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10162
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10133
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10149
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10165
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10159
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10137
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10153
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10169
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10127
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10143
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9917
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9923
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9935
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9929
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 9957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 9950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10015
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10003
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10019
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10032
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9996
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10009
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10025
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 9961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10193
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10199
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10205
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10211
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10343
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10336
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10336
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10336
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10303
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10319
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10291
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10323
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10284
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10313
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10484
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10500
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10516
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10487
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10503
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10519
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10471
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10481
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10497
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10513
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10491
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10507
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10459
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10523
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10475
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10452
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10465
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11079
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11097
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11103
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11109
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11091
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10527
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10539
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10545
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10625
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10641
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10613
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10645
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10635
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10768
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10774
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10780
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10786
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10914
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10914
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10914
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10894
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10865
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10881
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10897
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10891
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10869
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10885
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10901
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10875
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10649
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10667
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10661
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10747
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10735
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10751
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10764
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10741
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10757
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10925
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10943
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11075
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11068
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11068
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11068
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 10968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 10958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11035
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11051
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11055
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11045
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 10972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11216
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11232
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11248
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11219
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11235
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11251
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11203
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11213
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11229
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11245
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11223
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11239
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11191
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11255
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11207
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11184
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11197
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11657
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 11663
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11669
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11675
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11681
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11687
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11768
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11784
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11800
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11816
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11832
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11772
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11788
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11804
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11820
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11836
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11762
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11778
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11794
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11810
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11826
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11840
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 11846
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11852
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11858
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11864
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11870
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 11894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 11887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11951
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11967
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11983
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11999
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12015
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11955
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11971
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11987
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12003
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12019
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11945
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11961
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11977
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11993
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12009
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 11898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12322
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12340
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12346
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12370
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12376
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#global_time_target Dashboard#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12328
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12334
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12352
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12358
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12364
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 12404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12485
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12501
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12543
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12559
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12575
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12489
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12505
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12518
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12531
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12563
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12547
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12579
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12592
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12605
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12479
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12495
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12511
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12524
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12537
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12553
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12569
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12585
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12598
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12795
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12801
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12807
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12831
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12813
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12819
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12825
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12609
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12615
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12621
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12627
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 12633
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 12784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12791
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12784
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12784
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12784
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 12659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12719
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12735
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12751
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12767
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12723
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12739
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12755
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12771
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12713
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12729
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12745
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12761
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 12856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 12849
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12990
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12993
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12945
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12961
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12977
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12987
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12997
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12920
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12933
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12965
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12949
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12981
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12913
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12926
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12939
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12955
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12971
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 12860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1313
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1349
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1319
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1355
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1361
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1325
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1367
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1331
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1337
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1343
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13001
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13007
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13013
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13019
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 13025
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13176
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13176
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13176
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13111
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13127
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13143
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13159
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13115
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13131
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13147
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13163
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13105
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13121
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13137
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13153
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13187
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 13205
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13193
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13199
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13272
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13288
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13276
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13292
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13305
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13266
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13282
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13298
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13309
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 13315
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13328
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13369
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13362
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1553
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1569
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1585
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1601
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1556
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1476
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1572
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1588
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1492
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1604
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1508
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1524
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1540
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1550
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1566
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1582
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1598
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1560
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1480
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1576
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1592
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1496
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1608
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1528
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1512
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1544
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1470
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1486
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1502
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1518
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1534
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 953
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 965
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 971
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 977
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 983
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 989
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 995
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 959
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1001
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1007
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1013
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13925
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13931
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13943
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13949
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13955
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13937
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13373
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13379
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13385
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13391
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13471
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13487
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13459
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13475
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13491
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13452
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13465
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13481
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13614
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13626
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13632
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13767
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13760
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13760
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13760
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13740
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13711
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13727
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13743
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13737
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13715
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13731
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13747
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13705
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13721
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13513
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13507
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13593
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13581
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13597
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13610
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13574
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13587
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13603
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13771
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13777
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13783
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13789
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13914
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13914
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13914
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13881
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13897
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13869
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13885
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13901
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13875
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13891
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 13979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 13972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14062
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14078
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14094
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14065
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14081
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14097
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14049
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14059
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14075
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14091
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14069
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14085
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14037
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14101
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14053
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14030
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14043
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 13983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14657
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14663
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14675
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14681
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14687
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14669
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14105
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14111
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14117
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14123
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14203
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14219
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14191
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14207
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14223
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14197
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14213
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14346
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14352
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14358
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14364
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14499
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14492
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14492
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14492
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14472
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14443
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14459
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14475
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14469
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14447
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14463
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14479
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14437
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14453
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14227
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14233
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14245
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14239
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14325
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14313
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14329
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14342
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14306
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14319
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14335
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14503
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14515
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14521
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14653
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14646
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14646
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14646
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14629
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14633
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14623
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14794
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14810
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14826
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14797
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14813
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14829
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14781
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14791
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14807
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14823
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14801
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14817
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14769
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14833
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14785
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14762
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14775
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15255
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15273
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15261
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15267
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15279
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15285
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14843
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14879
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14891
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 14849
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 14855
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14861
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14867
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14873
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14885
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15155
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15148
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15148
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15148
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 14922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 14912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15025
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15041
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15057
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15073
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15089
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15118
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15013
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15029
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15045
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15061
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15077
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15093
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15106
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15122
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15006
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15019
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15035
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15051
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15067
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15083
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15099
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15112
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15128
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 14926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15159
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15165
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15171
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15231
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15247
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15235
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15251
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15225
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15241
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15463
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15456
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15456
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15456
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15420
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15436
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15378
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15394
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15423
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15439
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15417
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15433
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15382
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15398
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15427
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15411
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15372
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15388
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15404
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1309
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1302
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1302
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1302
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16019
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16037
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16043
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16049
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16031
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15467
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15479
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15485
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15565
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15581
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15553
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15569
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15585
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15559
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15575
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15708
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15714
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15720
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15726
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15861
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15854
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15854
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15854
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15834
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15805
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15821
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15837
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15831
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15809
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15825
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15841
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15799
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15815
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15589
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15595
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15607
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15601
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15687
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15675
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15691
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15704
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15668
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15681
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15697
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15877
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15883
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16015
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16008
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16008
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16008
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 15908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 15898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15975
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15991
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15979
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15995
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15969
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15985
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 15912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16156
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16172
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16188
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16159
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16175
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16191
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16143
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16153
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16169
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16185
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16163
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16179
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16131
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16195
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16147
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16124
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16137
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16751
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16757
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16769
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16775
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16781
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16763
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16199
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16205
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16211
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16217
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16297
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16313
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16285
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16317
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16291
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16307
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16440
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16446
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16452
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16458
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16586
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16586
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16586
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16566
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16537
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16553
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16569
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16563
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16557
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16573
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16547
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16321
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16339
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16333
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16419
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16407
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16423
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16436
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16400
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16413
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16429
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16597
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16615
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16747
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16740
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16740
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16740
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16707
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16723
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16695
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16711
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16727
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16701
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16717
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16888
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16904
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16920
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16891
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16907
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16923
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16875
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16885
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16901
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16917
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16895
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16911
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16863
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16927
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16879
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16856
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16869
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1154
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1170
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1186
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1202
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1218
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1234
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1250
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1266
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1282
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1157
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1173
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1189
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1205
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1221
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1237
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1141
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1253
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1269
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1285
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1151
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1167
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1183
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1199
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1215
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1231
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1247
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1263
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1279
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1161
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1177
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1193
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1209
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1225
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1241
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1145
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1257
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1273
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1289
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1135
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16931
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16949
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16937
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16943
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16955
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 16978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 16971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17029
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17045
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17074
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17033
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17049
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17062
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17078
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17023
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17039
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17055
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17068
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 16982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18843
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18849
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18855
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18861
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18867
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17082
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17088
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17094
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17106
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17112
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17130
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17136
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17142
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17100
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17118
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17124
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 17171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17284
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17326
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17342
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17259
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17272
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17288
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17301
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17314
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17330
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17346
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17359
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17372
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17385
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17252
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17265
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17278
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17294
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17307
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17320
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17336
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17352
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17365
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17378
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17389
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17395
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17401
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17413
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17443
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17449
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17407
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17419
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17425
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 17431
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17437
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 17478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17591
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17620
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17636
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17652
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17668
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17566
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17579
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17595
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17608
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17624
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17640
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17656
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17672
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17685
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17698
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17559
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17572
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17585
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17601
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17614
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17630
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17646
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17662
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17678
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17691
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18196
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18220
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18202
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18214
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18226
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18208
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18232
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17702
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17714
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17720
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 17845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17852
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17845
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17845
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17845
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 17745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17812
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17828
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17800
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17816
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17832
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17793
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17806
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17822
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17978
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17984
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17990
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17996
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18128
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18121
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18121
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18121
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18101
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18088
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18104
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18098
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18076
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18092
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18108
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18069
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18082
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17856
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17868
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17874
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 17896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 17889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17954
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17970
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17942
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17958
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17974
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17948
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17964
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 17900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18359
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18372
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18388
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18375
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18333
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18391
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18356
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18369
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18385
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18363
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18321
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18379
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18337
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18350
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18395
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18314
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18327
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18343
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18132
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18138
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18151
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18192
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18185
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19041
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19041
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19041
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18399
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18417
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18423
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 18405
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18411
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18446
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18439
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18497
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18513
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18501
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18517
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18530
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18543
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18491
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18507
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18523
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18536
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18450
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18957
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18973
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18989
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19005
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19021
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18960
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18976
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18992
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19008
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19024
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18954
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18970
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18986
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19002
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19018
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18964
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18980
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18996
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19012
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19028
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18547
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 18559
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18577
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18583
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1200.ts",
            "line": 18553
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18565
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18571
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18589
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18595
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18601
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 18629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 18622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18710
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18739
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18755
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18797
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18813
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18829
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18714
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18727
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18743
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18759
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18772
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18785
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18801
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18817
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18833
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18704
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18733
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18749
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18765
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18778
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18791
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18807
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18823
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 18633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 41
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 47
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 59
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 65
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 71
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 53
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19052
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19064
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19070
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19150
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19166
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19138
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19154
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19170
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19131
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19144
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19160
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19293
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19299
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19305
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19311
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19446
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19439
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19439
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19439
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19419
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19390
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19406
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19422
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19416
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19394
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19410
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19426
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19384
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19400
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19174
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19192
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19186
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19272
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19260
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19276
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19289
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19266
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19282
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19450
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19456
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19462
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19468
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19600
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19593
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19593
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19593
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1200.ts",
          "line": 19493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1200.ts",
        "line": 19483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19560
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19576
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19548
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19564
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19580
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19541
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19554
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19570
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1200.ts",
            "line": 19497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 95
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 88
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 178
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 194
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 210
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 181
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 197
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 213
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 165
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 175
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 191
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 207
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 185
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 201
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 153
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 217
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 169
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 146
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 159
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 99
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 773
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 779
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 791
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 797
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 803
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 785
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 221
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 227
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 233
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 239
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 319
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 335
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 307
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 323
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 339
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 313
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 329
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 462
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 468
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 474
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 480
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 615
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 608
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 608
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 608
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 588
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 559
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 575
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 591
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 585
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 563
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 579
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 595
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 553
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 569
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 361
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 441
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 429
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 445
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 458
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 435
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 451
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 619
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 631
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 637
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 762
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 762
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 762
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 729
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 745
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 717
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 733
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 749
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 723
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 739
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 910
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 926
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 942
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 913
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 929
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 945
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 897
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 907
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 923
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 939
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 917
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 933
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 885
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 949
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 901
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 878
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 891
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10312
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10366
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10372
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10318
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10324
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10336
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10378
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10384
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10390
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10342
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10348
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10354
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10360
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10396
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1612
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1618
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1624
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1630
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1636
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1794
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1787
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1787
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1787
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1722
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1738
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1754
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1770
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1726
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1742
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1758
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1774
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1716
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1732
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1748
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1764
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1798
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1804
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1810
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1919
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1912
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1912
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1912
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1895
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1883
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1899
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1876
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1889
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1923
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1941
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 1929
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1935
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2073
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2066
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2066
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2066
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 1966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 1956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2020
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2036
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2024
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2040
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2053
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2014
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2030
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2046
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 1970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10665
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10681
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10697
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10713
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10729
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10745
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10668
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10684
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10540
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10556
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10572
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10588
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10700
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10716
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10732
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10604
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10620
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10636
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10652
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10748
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10662
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10678
          },
          "name": "event",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10694
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10710
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10726
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10742
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10672
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10688
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10544
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10560
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10576
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10592
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10704
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10720
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10736
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10608
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10640
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10624
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10656
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10752
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10534
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10550
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10566
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10582
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10598
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10614
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10630
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10646
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9470
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9494
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9500
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9476
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9506
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9512
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9518
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9524
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 9482
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9530
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9488
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9536
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9542
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9548
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9554
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2629
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2635
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2647
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2653
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2659
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2641
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2077
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2083
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2089
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2095
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2175
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2191
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2163
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2179
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2195
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2156
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2169
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2185
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2318
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2324
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2330
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2336
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2471
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2464
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2464
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2464
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2444
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2415
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2431
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2447
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2441
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2419
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2435
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2451
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2409
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2425
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2199
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2205
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2217
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2211
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2297
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2285
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2314
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2291
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2307
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2475
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2481
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2487
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2493
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2625
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2618
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2618
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2618
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2585
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2601
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2573
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2589
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2605
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2566
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2579
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2595
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2766
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2782
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2798
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2769
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2785
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2801
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2753
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2763
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2779
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2795
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2773
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2789
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2741
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2805
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2757
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2734
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2747
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3361
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3367
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3379
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3385
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3391
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3373
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2809
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2815
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2821
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2827
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2907
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2923
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2895
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2911
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2927
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2901
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2917
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3050
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3056
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3062
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3068
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3196
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3196
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3196
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3176
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3163
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3179
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3173
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3167
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3183
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3157
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2931
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2949
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2943
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 2971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 2964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3029
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3017
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3033
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3046
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3010
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3023
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3039
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 2975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3207
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3219
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3225
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3357
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3350
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3350
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3350
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3317
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3333
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3305
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3321
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3337
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3298
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3311
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3327
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3498
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3514
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3530
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3501
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3517
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3533
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3485
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3495
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3511
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3527
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3505
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3521
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3473
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3537
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3489
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3466
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3479
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3959
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3977
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3965
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3971
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3983
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3989
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3541
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3547
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3583
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3595
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 3553
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 3559
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3565
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3571
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3577
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3589
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3859
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3852
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3852
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3852
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3729
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3745
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3761
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3777
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3793
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3822
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3717
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3733
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3749
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3765
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3781
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3797
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3810
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3826
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3839
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3710
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3723
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3739
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3755
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3771
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3787
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3803
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3816
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3832
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3863
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3869
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3875
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 3896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 3889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3935
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3951
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3939
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3955
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3929
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3945
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 3900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4167
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4160
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4160
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4160
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4124
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4140
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4082
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4098
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4127
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4143
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4121
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4137
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4086
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4102
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4131
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4115
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4147
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4076
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4092
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4108
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9942
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9935
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9935
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9935
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4723
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4729
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4741
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4747
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4753
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4735
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4171
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4183
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4189
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4269
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4285
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4257
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4273
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4289
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4250
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4263
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4279
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4412
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4418
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4424
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4430
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4565
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4558
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4558
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4558
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4538
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4525
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4541
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4535
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4529
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4545
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4519
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4293
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4299
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4311
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4305
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4391
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4379
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4395
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4408
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4385
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4401
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4569
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4581
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4587
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4719
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4712
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4712
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4712
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4602
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4679
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4695
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4667
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4683
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4699
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4660
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4673
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4689
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4860
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4876
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4892
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4863
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4879
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4895
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4847
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4857
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4873
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4889
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4867
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4883
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4835
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4899
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4851
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4828
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4841
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4903
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4915
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4909
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5024
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5017
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5017
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5017
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 4939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 4929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4987
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4991
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5004
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4981
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4997
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 4943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5580
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5586
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5598
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5604
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5610
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5592
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5028
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5034
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5040
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5046
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5126
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5142
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5114
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5130
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5146
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5120
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5136
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5269
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5275
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5281
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5287
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5422
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5415
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5415
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5415
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5395
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5366
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5382
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5398
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5392
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5370
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5386
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5402
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5360
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5376
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5150
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5156
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5168
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5162
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5248
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5236
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5252
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5265
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5242
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5258
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5426
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5438
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5444
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5576
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5569
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5569
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5569
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5536
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5552
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5524
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5540
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5556
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5517
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5530
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5546
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5717
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5733
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5749
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5720
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5736
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5752
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5704
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5714
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5730
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5746
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5724
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5740
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5692
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5756
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5708
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5685
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5698
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9755
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9771
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9787
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9803
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9819
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9835
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9851
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9867
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9883
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9899
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9915
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9758
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9774
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9710
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9790
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9806
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9822
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9838
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9726
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9854
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9742
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9870
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9886
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9902
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9918
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9752
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9768
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9784
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9800
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9816
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9832
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9848
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9864
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9880
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9896
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9912
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9762
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9778
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9714
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9794
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9810
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9826
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9842
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9730
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9858
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9746
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9874
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9890
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9906
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9922
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9704
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9720
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9736
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5760
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5778
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5766
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5772
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5784
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 5807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5858
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5874
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5903
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5862
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5878
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5891
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5907
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5852
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5868
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5884
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5897
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7666
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7672
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7678
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7684
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7690
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7696
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5911
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 5917
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5923
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5935
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5941
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5959
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 5965
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 5971
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 5929
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 5947
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 5953
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 5993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6113
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6155
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6171
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6088
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6101
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6117
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6130
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6143
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6159
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6175
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6188
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6201
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6214
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6081
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6094
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6107
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6123
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6136
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6149
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6165
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6181
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6194
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6207
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6218
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 6224
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6230
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6242
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6272
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 6278
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6236
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6248
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 6254
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 6260
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6266
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6420
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6449
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6465
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6481
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6497
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6395
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6408
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6424
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6437
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6453
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6469
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6485
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6501
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6514
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6527
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6388
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6401
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6414
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6430
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6443
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6459
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6475
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6491
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6507
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6520
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7025
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7049
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7031
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7043
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7055
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7037
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7061
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6531
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6537
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6543
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6549
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6681
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6674
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6674
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6674
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6641
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6657
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6629
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6645
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6661
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6622
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6635
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6651
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6807
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6813
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6819
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6825
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6957
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6950
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6950
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6950
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6930
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6917
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6933
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6927
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6905
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6921
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6937
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6911
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6685
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6697
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6703
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6783
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6799
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6771
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6787
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6803
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6764
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6777
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6793
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7188
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7201
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7217
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7204
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7162
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7220
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7185
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7198
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7214
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7192
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7150
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7208
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7166
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7179
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7224
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7143
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7156
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7172
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6961
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6967
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 6987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 6980
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7021
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7014
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 6991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7877
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7870
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7870
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7870
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7228
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7246
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7252
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 7234
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7240
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7326
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7342
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7330
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7346
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7359
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7372
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7320
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7336
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7352
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7365
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7786
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7802
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7818
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7834
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7850
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7789
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7805
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7821
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7837
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7853
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7783
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7799
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7815
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7831
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7847
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7793
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7809
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7825
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7841
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7857
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7376
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 7388
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7406
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7412
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 7382
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7394
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7400
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7418
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7424
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7430
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7539
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7568
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7584
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7626
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7642
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7658
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7543
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7556
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7572
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7588
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7601
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7614
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7630
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7646
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7662
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7533
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7549
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7562
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7578
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7594
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7607
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7620
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7636
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7652
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8433
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8439
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8451
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8457
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8463
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8445
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7881
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7893
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7899
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 7921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 7914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7979
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7995
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7967
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7983
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7999
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7960
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7973
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7989
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 7925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8128
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8134
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8140
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8275
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8268
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8268
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8268
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8248
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8219
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8235
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8251
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8245
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8223
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8239
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8255
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8213
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8229
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8003
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8009
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8021
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8015
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8101
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8105
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8118
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8095
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8111
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8279
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8291
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8297
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8429
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8422
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8422
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8422
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8389
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8405
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8377
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8393
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8409
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8370
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8383
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8399
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8570
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8586
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8602
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8573
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8589
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8605
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8557
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8567
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8583
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8599
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8577
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8593
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8545
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8609
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8561
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8538
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8551
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9165
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9171
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9183
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9189
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9195
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9177
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8613
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8625
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8631
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8711
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8727
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8699
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8715
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8731
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8692
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8705
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8721
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8854
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8860
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8866
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8872
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9007
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9000
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9000
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9000
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8980
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8951
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8967
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8983
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8977
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8955
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8971
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8987
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8945
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8961
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8735
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8753
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8747
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 8775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 8768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8833
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8821
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8837
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8850
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8814
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8843
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 8779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9011
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9017
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9023
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9029
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9161
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9154
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9154
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9154
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9121
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9137
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9109
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9125
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9141
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9102
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9115
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9131
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9302
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9318
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9334
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9305
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9321
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9337
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9289
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9299
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9315
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9331
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9309
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9325
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9277
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9341
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9293
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9270
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9283
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9345
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 9351
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 9357
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 9363
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 9385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9430
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9446
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9462
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9434
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9450
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9466
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9424
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9440
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9456
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9946
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 9952
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9958
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9964
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9970
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 9976
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 9993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10057
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10073
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10089
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10105
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10121
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10061
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10077
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10093
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10109
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10125
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10051
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10067
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10083
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10099
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10115
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10129
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10135
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10141
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10147
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10153
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10159
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10240
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10256
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10272
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10288
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10304
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10244
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10260
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10276
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10292
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10308
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10234
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10250
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10266
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10282
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10298
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18131
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18161
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18137
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18167
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18143
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18149
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18155
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10756
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10762
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10768
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10774
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 10780
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10938
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10931
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10931
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10931
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10866
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10882
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10898
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10914
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10870
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10886
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10902
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10918
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10860
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10876
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10892
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10908
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 18192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18316
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18332
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18319
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18255
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18335
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18271
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18287
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18303
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18313
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18329
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18323
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18259
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18339
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18291
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18275
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18307
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18249
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18265
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18281
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18297
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17742
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17754
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17760
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17766
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17772
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17778
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17784
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17748
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17790
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17796
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17802
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17808
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11494
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11500
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11512
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11518
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11524
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11506
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10942
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10948
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10954
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10960
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 10982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 10975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11040
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11056
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11028
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11044
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11060
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11034
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11050
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 10986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11183
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11189
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11195
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11201
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11336
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11329
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11329
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11329
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11309
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11280
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11296
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11312
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11306
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11284
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11300
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11316
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11274
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11290
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11064
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11082
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11162
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11150
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11166
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11179
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11156
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11172
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11340
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11346
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11352
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11358
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11483
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11483
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11483
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11466
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11631
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11647
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11663
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11634
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11650
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11666
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11618
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11628
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11644
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11660
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11638
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11654
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11606
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11670
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11622
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11599
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11612
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12226
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12232
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12244
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12250
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12256
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12238
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11674
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11680
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11686
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11692
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11772
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11788
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11760
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11776
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11792
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11753
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11766
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11782
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11915
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11921
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11927
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11933
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12068
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12061
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12061
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12061
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12041
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12012
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12028
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12044
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12038
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12016
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12032
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12048
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12006
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12022
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11796
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11814
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11808
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 11836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 11829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11894
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11882
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11898
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11911
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11888
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11904
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 11840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12072
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12078
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12084
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12090
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12215
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12215
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12215
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12182
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12198
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12170
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12186
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12202
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12163
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12176
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12192
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12363
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12379
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12395
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12366
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12382
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12398
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12350
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12360
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12376
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12392
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12370
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12386
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12338
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12402
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12354
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12331
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12344
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12406
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12412
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12448
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12460
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 12418
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 12424
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12430
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12436
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12442
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12454
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12724
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12717
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12717
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12717
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12594
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12610
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12626
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12642
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12658
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12687
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12582
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12598
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12614
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12630
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12646
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12662
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12675
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12691
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12704
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12575
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12588
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12604
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12620
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12636
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12652
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12668
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12681
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12697
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13146
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13164
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13152
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13158
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13170
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13176
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12728
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12734
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12770
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12782
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 12740
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 12746
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12752
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12758
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12764
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12776
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13046
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13039
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13039
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13039
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 12813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 12803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12916
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12932
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12948
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12964
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12980
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13009
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12904
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12920
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12936
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12952
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12968
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12984
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12997
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13013
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13026
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12897
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12910
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12926
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12942
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12958
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12974
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12990
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13003
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13019
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 12817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13050
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13056
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13062
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13122
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13138
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13126
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13142
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13116
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13132
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13354
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13347
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13347
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13347
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13311
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13327
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13269
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13285
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13314
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13330
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13308
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13324
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13273
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13289
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13318
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13302
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13334
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13263
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13279
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13295
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 18120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18127
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18120
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18120
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18120
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13910
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13916
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13928
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13934
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13940
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13922
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13358
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13364
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13370
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13376
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13456
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13472
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13444
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13460
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13476
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13450
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13466
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13599
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13605
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13611
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13617
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13752
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13745
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13745
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13745
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13725
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13696
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13712
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13728
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13722
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13700
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13716
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13732
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13690
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13706
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13480
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13498
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13492
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13578
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13582
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13595
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13572
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13588
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13756
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13768
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13774
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13906
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13899
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13899
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13899
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13866
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13882
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13854
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13870
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13886
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13860
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13876
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 13964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 13957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14047
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14063
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14079
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14050
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14066
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14082
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14034
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14044
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14060
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14076
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14054
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14070
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14022
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14086
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14038
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14015
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14028
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 13968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17956
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17972
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17988
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18004
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18020
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18036
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18052
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18068
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18084
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18100
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17959
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17975
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17991
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18007
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18023
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18039
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17943
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18055
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18071
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18087
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18103
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17953
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17969
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17985
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18001
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18017
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18033
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18049
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18065
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18081
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18097
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17963
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17979
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17995
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18011
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18027
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18043
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17947
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18059
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18075
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18091
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18107
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17937
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14090
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14108
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14096
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14102
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14114
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 14137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14188
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14204
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14233
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14192
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14208
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14221
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14237
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14182
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14198
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14214
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14227
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15996
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16002
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16008
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16014
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16020
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16026
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14241
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14247
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14253
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14265
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14271
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14289
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14295
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14301
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14259
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14277
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14283
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 14330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14443
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14485
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14501
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14418
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14431
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14447
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14460
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14473
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14489
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14505
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14518
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14531
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14544
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14411
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14424
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14437
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14453
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14466
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14479
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14495
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14511
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14524
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14537
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14548
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14554
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14560
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14572
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14602
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14608
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14566
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14578
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14584
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 14590
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14596
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 14637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14750
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14779
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14795
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14811
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14827
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14725
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14738
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14754
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14767
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14783
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14799
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14815
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14831
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14844
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14857
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14718
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14731
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14744
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14760
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14773
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14789
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14805
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14821
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14837
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14850
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15355
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15379
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15361
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15373
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15385
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15367
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15391
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14861
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14867
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14873
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14879
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15011
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15004
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15004
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15004
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 14904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 14894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14971
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14987
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14959
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14975
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14991
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14965
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14981
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 14908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15137
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15143
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15149
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15155
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15287
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15280
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15280
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15280
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15260
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15247
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15263
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15257
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15235
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15251
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15267
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15241
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15015
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15027
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15033
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15113
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15129
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15101
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15117
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15133
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15107
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15518
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15531
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15547
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15534
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15492
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15550
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15515
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15528
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15544
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15522
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15480
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15538
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15496
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15509
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15554
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15473
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15486
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15502
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15291
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15297
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15310
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15351
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15344
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16207
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16200
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16200
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16200
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15558
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15576
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15582
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 15564
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15570
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15656
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15672
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15660
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15676
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15689
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15702
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15650
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15666
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15682
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15695
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16116
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16132
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16148
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16164
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16180
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16119
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16135
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16151
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16167
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16183
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16113
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16129
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16145
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16161
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16177
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16123
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16139
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16155
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16171
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16187
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15706
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 15718
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15736
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15742
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 15712
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15724
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15730
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15748
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15754
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15760
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 15788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 15781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15869
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15898
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15914
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15956
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15972
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15988
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15873
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15886
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15902
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15918
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15931
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15944
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15960
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15976
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15992
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15863
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15879
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15892
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15908
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15924
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15937
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15950
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15966
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15982
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 15792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16763
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16769
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16781
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16787
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16793
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16775
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16211
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16217
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16223
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16229
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16309
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16325
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16297
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16313
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16329
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16319
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16452
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16458
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16464
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16470
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16605
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16598
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16598
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16598
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16578
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16549
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16565
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16581
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16575
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16553
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16569
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16585
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16543
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16559
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16333
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16351
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16345
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16431
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16419
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16448
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16441
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16609
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16621
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16627
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16759
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16752
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16752
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16752
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16719
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16735
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16707
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16723
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16739
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16713
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16729
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16900
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16916
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16932
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16903
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16919
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16935
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16887
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16897
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16913
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16929
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16907
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16923
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16875
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16939
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16891
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16868
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16881
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17501
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17513
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17519
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17525
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17507
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16943
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16955
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16961
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 16983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 16976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17041
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17057
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17029
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17045
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17061
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17035
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17051
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 16987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17184
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17196
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17202
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17337
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17330
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17330
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17330
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17310
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17281
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17297
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17313
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17307
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17285
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17301
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17317
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17275
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17291
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17065
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17071
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17083
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17077
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17163
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17151
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17180
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17144
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17173
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17341
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17347
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17353
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17359
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17491
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17484
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17484
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17484
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17451
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17467
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17439
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17455
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17471
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17445
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17461
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17632
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17648
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17664
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17635
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17651
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17667
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17619
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17629
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17645
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17661
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17639
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17655
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17607
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17671
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17623
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17600
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17613
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17675
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 17681
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 17701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 17694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17734
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17738
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17728
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 17705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18355
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18367
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#span_name Dashboard#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18415
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18349
          },
          "name": "displayFormat",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18361
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_breakdown Dashboard#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18373
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_distribution Dashboard#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18379
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_errors Dashboard#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18385
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_hits Dashboard#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18391
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_latency Dashboard#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18397
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18403
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18409
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18421
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18427
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18433
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 18467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18584
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18613
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18642
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18658
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18674
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18690
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18706
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18722
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18738
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18767
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18783
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18799
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18588
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18601
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18617
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18630
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18646
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18662
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18678
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18694
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18710
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18726
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18742
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18755
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18787
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18771
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18803
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18578
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18594
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18607
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18623
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18636
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18652
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18668
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18684
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18700
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18716
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18732
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18748
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18761
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18777
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18793
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 728
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 740
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 734
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 813
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 816
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 800
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 810
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 820
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 804
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 794
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 600
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 606
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 612
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19225
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19243
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19231
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19237
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19249
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19255
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18807
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18813
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18849
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18861
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18819
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 18825
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18831
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18837
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18843
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18855
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19125
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19118
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19118
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19118
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 18892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 18882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18995
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19011
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19027
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19043
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19059
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19088
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18983
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18999
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19015
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19031
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19047
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19063
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19076
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19092
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19105
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18976
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18989
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19005
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19021
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19037
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19053
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19069
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19082
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19098
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 18896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19129
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19135
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19141
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19201
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19217
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19205
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19221
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19195
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19211
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19426
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19426
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19426
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19390
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19406
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19348
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19364
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19393
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19409
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19387
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19403
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19352
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19368
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19397
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19381
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19413
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19342
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19358
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19374
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 724
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 717
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 717
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 717
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 681
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 697
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 684
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 700
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 678
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 694
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 688
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 704
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 385
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 391
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 397
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 403
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 409
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 415
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19437
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19443
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19449
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19461
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19467
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19485
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19491
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19497
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19455
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19473
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19479
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19639
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19681
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19697
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19614
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19627
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19643
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19656
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19669
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19685
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19701
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19714
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19727
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19740
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19607
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19620
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19633
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19649
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19662
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19675
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19691
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19707
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19720
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19733
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19744
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19750
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19756
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19768
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19798
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19804
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19762
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19774
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19780
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 19786
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19792
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 19833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 19826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19946
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19975
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19991
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20007
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20023
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19921
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19934
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19950
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19963
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19979
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19995
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20011
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20027
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20040
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20053
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19914
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19927
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19940
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19956
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19969
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19985
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20001
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20017
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20033
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20046
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 19837
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20551
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20575
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20557
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20569
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20581
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20563
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20587
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20057
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20063
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20069
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20075
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20207
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20200
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20200
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20200
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20167
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20183
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20155
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20171
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20187
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20161
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20177
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20333
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20339
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20345
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20351
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20483
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20476
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20476
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20476
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20456
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20443
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20459
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20453
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20431
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20447
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20463
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20424
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20437
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20211
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20217
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20223
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20229
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20309
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20325
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20297
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20313
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20329
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20303
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20319
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20714
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20727
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20743
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20730
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20688
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20746
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20711
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20724
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20740
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20718
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20676
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20734
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20692
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20705
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20750
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20669
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20682
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20698
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20487
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20493
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20506
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20547
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20540
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 596
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 589
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 589
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 589
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20754
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20778
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs1600.ts",
            "line": 20760
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20766
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs1600.ts",
          "line": 20801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs1600.ts",
        "line": 20794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20852
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20868
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20856
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20872
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20885
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20898
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20846
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20862
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20878
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20891
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs1600.ts",
            "line": 20805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs1600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 505
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 521
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 537
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 553
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 569
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 508
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 524
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 540
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 556
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 572
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 502
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 518
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 534
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 550
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 566
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 512
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 528
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 544
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 560
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 576
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 95
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 107
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 125
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 131
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 101
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 113
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 119
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 137
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 143
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 149
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 258
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 287
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 303
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 345
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 361
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 377
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 262
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 275
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 291
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 307
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 320
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 333
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 349
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 365
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 381
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 252
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 268
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 281
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 297
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 313
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 326
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 339
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 355
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 371
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 824
      },
      "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayout",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#height Dashboard#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 830
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 842
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#x Dashboard#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/dashboard-structs/structs2000.ts",
            "line": 848
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#y Dashboard#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/dashboard-structs/structs2000.ts",
            "line": 854
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only for the new dashboard layout and only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 836
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetWidgetLayout"
    },
    "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 948
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 936
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 952
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 965
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 978
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 991
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 929
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 942
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 958
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 971
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 984
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6001
      },
      "name": "DashboardWidgetHeatmapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6043
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6049
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6007
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6013
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6055
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 6019
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6025
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 6031
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 6037
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6061
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2088
      },
      "name": "DashboardWidgetHeatmapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2094
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2100
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2106
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 2112
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2270
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2263
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2263
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2263
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2198
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2214
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2230
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2246
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2202
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2218
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2234
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2250
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2192
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2208
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2224
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2240
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2274
      },
      "name": "DashboardWidgetHeatmapDefinitionEvent",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2280
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2286
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionEvent"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2395
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionEventList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2388
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2388
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2388
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionEventList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2371
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionEventOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2359
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2375
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2352
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2365
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6270
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6286
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6302
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6318
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6273
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6289
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6177
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6193
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6305
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6209
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6225
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6241
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6257
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6321
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6267
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6283
          },
          "name": "event",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6299
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6315
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6277
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6293
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6181
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6197
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6309
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6213
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6245
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6229
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6261
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6325
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6171
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6187
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6203
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6219
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6235
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6251
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5545
      },
      "name": "DashboardWidgetHeatmapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5557
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5563
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5569
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5551
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5575
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5581
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5587
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2951
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2957
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2969
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2975
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2981
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2963
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2399
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2405
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2411
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2417
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2513
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2485
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2517
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2507
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2640
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2646
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2652
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2658
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2793
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2786
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2786
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2786
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2766
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2737
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2753
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2769
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2763
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2741
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2757
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2773
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2731
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2747
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2521
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2539
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2533
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2619
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2607
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2623
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2636
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2600
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2613
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2629
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2797
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2803
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2809
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2815
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2947
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2940
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2940
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2940
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 2840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2907
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2923
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2895
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2911
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2927
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2901
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2917
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 2844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 2998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3088
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3104
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3120
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3091
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3107
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3123
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3075
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3085
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3101
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3117
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3095
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3111
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3063
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3127
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3079
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3056
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3069
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5807
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5807
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5807
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3683
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3689
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3701
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3707
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3713
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3695
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3131
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3143
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3149
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3229
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3245
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3233
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3249
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3223
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3239
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3372
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3378
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3384
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3390
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3518
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3518
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3518
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3498
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3469
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3485
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3501
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3495
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3473
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3489
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3505
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3463
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3479
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3253
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3271
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3265
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3351
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3339
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3355
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3368
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3332
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3345
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3361
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3529
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3547
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3679
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3672
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3672
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3672
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3639
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3655
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3627
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3643
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3659
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3620
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3633
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3649
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3820
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3836
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3852
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3823
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3839
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3855
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3807
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3817
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3833
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3849
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3827
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3843
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3795
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3859
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3811
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3788
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3801
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5707
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5723
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5739
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5755
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5771
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5787
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5710
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5726
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5742
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5694
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5758
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5774
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5790
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5704
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5720
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5736
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5752
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5768
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5784
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5714
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5730
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5746
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5698
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5762
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5778
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5794
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5688
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3863
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3881
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3869
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3875
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3887
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 3910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 3903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3961
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3977
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4006
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3965
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3981
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3994
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4010
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3955
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3971
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3987
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4000
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 3914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4566
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4572
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4584
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4590
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4596
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4578
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4014
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4020
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4026
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4032
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4112
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4128
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4100
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4116
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4132
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4106
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4122
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4255
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4261
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4267
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4273
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4408
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4401
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4401
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4401
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4381
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4352
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4368
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4384
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4378
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4356
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4372
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4388
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4362
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4136
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4142
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4154
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4148
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4234
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4222
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4238
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4251
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4215
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4244
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4412
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4418
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4424
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4430
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4555
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4555
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4555
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4522
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4538
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4510
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4526
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4542
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4516
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4532
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4703
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4719
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4735
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4706
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4722
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4738
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4690
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4700
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4716
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4732
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4710
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4726
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4678
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4742
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4694
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4671
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4684
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5298
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5304
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5316
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5322
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5328
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5310
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4746
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4752
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4758
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4764
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4844
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4860
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4832
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4848
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4864
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4825
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4838
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4854
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4987
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5005
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5140
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5133
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5133
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5133
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5113
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5084
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5100
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5116
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5110
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5088
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5104
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5120
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5078
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5094
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4868
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4886
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4880
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 4908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 4901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4966
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4954
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4983
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4960
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4976
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 4912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5144
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5156
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5162
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5294
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5287
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5287
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5287
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5254
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5270
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5242
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5274
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5235
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5248
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5264
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5435
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5451
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5467
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5438
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5454
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5470
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5422
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5432
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5448
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5464
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5442
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5458
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5410
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5474
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5426
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5403
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5416
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5478
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 5484
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5537
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5541
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5531
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5818
      },
      "name": "DashboardWidgetHeatmapDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 5824
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5830
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5836
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5842
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5848
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 5872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 5865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5929
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5945
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5961
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5977
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5993
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5933
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5949
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5965
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5981
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5997
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5923
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5939
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5955
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5971
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5987
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 5876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13411
      },
      "name": "DashboardWidgetHostmapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13465
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The list of tags to group nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13417
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13435
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13423
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13429
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13471
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scope Dashboard#scope}",
            "stability": "stable",
            "summary": "The list of tags to filter nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13441
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13477
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13447
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13453
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13459
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6329
      },
      "name": "DashboardWidgetHostmapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6335
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6341
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6347
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 6353
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6511
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6504
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6504
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6504
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6439
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6455
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6471
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6487
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6443
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6459
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6475
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6491
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6433
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6449
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6465
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6481
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13725
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13741
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13757
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13728
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13600
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13648
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13616
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13632
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13744
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13664
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13760
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13680
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13696
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13712
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13722
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13738
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13754
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13732
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13604
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13652
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13620
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13636
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13748
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13668
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13764
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13700
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13684
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13716
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13594
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13642
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13610
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13626
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13658
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13674
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13690
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13706
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13161
      },
      "name": "DashboardWidgetHostmapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill Dashboard#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13167
          },
          "name": "fill",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13173
          },
          "name": "size",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9594
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFill",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9606
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9612
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9618
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9600
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9624
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9630
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFill"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7067
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7073
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7085
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7091
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7097
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7079
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6515
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6521
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6527
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6533
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6629
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6633
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6623
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6756
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6762
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6768
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6774
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6909
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6902
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6902
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6902
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6882
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6853
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6869
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6885
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6879
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6857
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6873
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6889
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6847
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6863
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6637
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6655
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6649
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6735
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6723
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6739
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6752
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6716
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6729
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6745
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6913
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6925
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6931
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7063
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7056
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7056
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7056
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 6956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 6946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7023
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7039
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7011
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7027
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7043
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7017
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7033
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 6960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7204
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7220
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7236
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7207
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7223
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7239
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7191
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7201
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7217
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7233
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7211
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7227
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7179
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7243
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7195
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7172
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7185
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9834
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9827
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9827
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9827
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7799
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7805
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7817
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7823
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7829
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7811
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7247
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7259
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7265
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7345
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7361
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7333
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7349
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7365
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7326
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7339
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7355
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7488
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7494
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7500
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7506
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7641
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7634
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7634
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7634
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7614
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7585
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7601
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7617
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7611
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7589
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7605
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7621
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7579
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7595
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7369
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7375
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7387
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7381
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7467
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7455
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7471
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7484
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7448
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7461
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7477
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7645
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7657
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7663
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7795
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7788
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7788
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7788
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7755
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7771
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7743
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7759
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7775
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7736
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7749
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7765
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 7853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7936
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7952
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7968
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7939
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7955
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7971
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7923
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7933
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7949
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7965
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7943
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7959
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7911
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7975
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7927
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7904
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7917
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9743
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9759
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9775
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9791
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9807
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9746
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9762
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9778
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9730
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9794
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9810
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9740
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9756
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9772
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9788
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9804
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9750
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9766
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9782
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9734
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9798
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9814
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9724
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 7979
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7997
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7985
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 7991
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8003
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8077
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8093
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8122
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8081
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8097
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8110
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8126
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8071
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8087
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8103
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8116
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8682
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8688
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8700
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8706
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8712
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8694
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8130
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8136
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8142
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8148
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8228
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8244
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8248
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8238
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8371
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8377
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8383
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8389
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8517
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8509
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8524
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8517
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8517
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8517
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8497
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8468
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8484
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8500
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8494
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8472
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8488
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8504
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8462
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8478
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8252
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8270
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8264
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8350
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8338
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8354
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8367
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8331
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8344
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8360
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8528
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8534
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8540
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8546
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8678
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8671
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8671
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8671
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8638
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8654
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8626
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8642
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8658
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8648
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8819
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8835
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8851
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8822
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8838
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8854
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8806
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8816
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8832
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8848
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8826
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8842
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8794
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8858
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8810
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8787
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8800
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9414
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9420
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9432
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9438
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9444
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9426
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8862
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8880
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 8902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8976
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8948
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8980
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8970
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9103
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9109
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9115
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9121
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9241
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9256
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9249
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9249
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9249
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9229
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9200
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9216
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9232
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9226
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9204
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9220
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9236
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9194
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9210
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 8984
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9002
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 8996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9082
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9070
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9086
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9099
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9063
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9076
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9092
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9260
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9266
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9272
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9278
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9395
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9410
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9403
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9403
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9403
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9370
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9386
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9358
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9374
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9390
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9351
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9364
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9380
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9551
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9567
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9583
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9554
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9570
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9586
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9538
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9548
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9564
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9580
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9558
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9574
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9526
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9590
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9542
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9519
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9532
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13230
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13246
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13233
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13249
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13227
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFillList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13243
          },
          "name": "size",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13237
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13253
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12917
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSize",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12929
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12935
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12941
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12923
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12947
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12953
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSize"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10390
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10396
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10408
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10414
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10420
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10402
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9838
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9844
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9850
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9856
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 9878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9936
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9952
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9924
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9940
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9956
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9917
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9930
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9946
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10079
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10085
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10091
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10097
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10232
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10225
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10225
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10225
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10205
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10176
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10192
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10208
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10202
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10180
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10196
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10212
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10170
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10186
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9960
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9978
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 9972
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 9993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10058
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10075
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10068
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10236
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10248
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10254
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10379
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10379
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10379
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10346
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10362
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10334
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10350
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10366
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10340
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10356
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10527
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10543
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10559
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10530
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10546
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10562
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10514
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10524
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10540
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10556
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10534
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10550
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10502
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10566
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10518
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10495
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10508
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13157
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13150
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13150
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13150
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11122
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11128
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11140
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11146
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11152
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11134
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10570
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10582
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10588
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10668
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10684
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10656
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10672
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10688
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10649
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10662
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10678
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10811
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10817
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10823
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10829
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10964
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10957
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10957
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10957
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10937
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10908
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10924
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10940
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10934
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10912
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10928
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10944
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10902
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10918
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10692
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10710
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10704
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 10732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10790
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10778
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10794
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10807
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10771
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10784
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10800
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 10968
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10980
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 10986
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11111
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11111
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11111
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11078
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11094
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11066
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11082
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11098
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11072
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11088
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11259
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11275
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11291
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11262
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11278
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11294
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11246
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11256
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11272
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11288
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11266
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11282
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11234
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11298
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11250
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11227
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11240
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13066
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13082
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13098
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13114
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13130
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13069
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13085
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13101
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13053
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13117
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13133
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13063
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13079
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13095
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13111
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13127
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13073
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13089
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13105
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13057
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13121
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13137
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13047
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSize"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11302
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11320
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11308
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11314
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11326
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11400
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11416
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11445
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11404
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11420
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11433
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11449
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11394
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11410
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11426
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11439
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12005
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12011
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12023
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12029
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12035
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12017
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11453
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11459
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11465
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11471
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11486
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11551
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11567
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11539
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11555
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11571
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11532
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11545
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11561
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11694
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11700
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11706
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11712
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11847
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11840
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11840
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11840
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11820
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11791
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11807
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11823
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11817
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11795
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11811
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11827
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11785
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11801
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11575
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11581
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11593
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11587
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11673
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11661
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11677
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11690
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11667
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11683
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11851
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11857
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11863
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11869
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12001
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11994
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11994
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11994
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 11894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 11884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11961
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11977
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11949
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11965
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11981
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11955
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11971
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 11898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12142
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12158
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12174
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12145
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12161
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12177
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12129
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12139
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12155
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12171
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12149
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12165
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12117
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12181
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12133
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12110
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12123
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12737
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12743
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12755
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12761
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12767
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12749
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12185
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12197
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12203
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12283
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12299
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12271
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12287
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12303
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12277
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12293
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12426
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12432
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12438
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12444
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12579
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12572
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12572
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12572
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12552
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12523
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12539
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12555
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12549
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12527
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12543
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12559
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12517
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12533
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12307
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12313
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12325
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12319
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12405
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12393
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12409
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12422
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12386
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12399
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12415
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12583
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12589
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12595
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12601
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12733
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12726
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12726
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12726
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12693
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12709
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12681
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12697
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12713
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12687
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12703
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 12791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 12784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12874
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12890
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12906
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12877
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12893
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12909
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12861
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12871
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12887
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12903
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12881
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12897
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12849
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12913
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12865
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12842
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12855
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 12795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13257
      },
      "name": "DashboardWidgetHostmapDefinitionStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill_max Dashboard#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13263
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#fill_min Dashboard#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13269
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13275
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13281
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13355
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13371
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13387
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13403
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13359
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13375
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13407
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13391
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13349
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13365
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13381
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13397
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetIframeDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13768
      },
      "name": "DashboardWidgetIframeDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13774
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetIframeDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13787
      },
      "name": "DashboardWidgetIframeDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13828
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13821
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetIframeDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetImageDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13832
      },
      "name": "DashboardWidgetImageDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13868
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_background Dashboard#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13838
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_border Dashboard#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13844
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13850
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#margin Dashboard#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13856
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#sizing Dashboard#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13862
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13874
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 13880
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetImageDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 13907
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 13900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13982
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13998
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14014
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14030
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14046
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14075
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14091
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetImageDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13986
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14002
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14018
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14034
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14050
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14079
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14063
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14095
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13976
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13992
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14008
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14024
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14040
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14056
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14069
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14085
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 13911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetImageDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 10724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 10716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10731
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10724
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10724
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10724
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetList"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14491
      },
      "name": "DashboardWidgetListStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14515
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14497
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 14503
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 14509
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14634
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14589
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14605
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14621
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14631
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14638
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14609
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14593
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14625
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14583
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14599
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14615
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14343
      },
      "name": "DashboardWidgetListStreamDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14355
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14361
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#response_format Dashboard#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14349
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14099
      },
      "name": "DashboardWidgetListStreamDefinitionRequestColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#field Dashboard#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14105
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14111
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14217
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14210
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14210
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14210
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14125
      },
      "name": "DashboardWidgetListStreamDefinitionRequestColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14184
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14197
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14177
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14190
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14487
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14480
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14480
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14480
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14450
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14463
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14447
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14460
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14454
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14467
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14441
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14434
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14221
      },
      "name": "DashboardWidgetListStreamDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `rum_issue_stream`, `apm_issue_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14227
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14233
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14239
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14319
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14335
          },
          "name": "resetQueryString"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14307
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14323
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14339
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14313
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14329
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14732
      },
      "name": "DashboardWidgetLogStreamDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14738
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14744
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14750
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 14756
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14762
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_date_column Dashboard#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14768
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_message_column Dashboard#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14774
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14798
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14780
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 14786
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 14792
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetLogStreamDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15078
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14921
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14937
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14953
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14969
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14985
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15001
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15017
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15081
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15033
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15049
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15065
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetLogStreamDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15075
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14925
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14941
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14957
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14973
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14989
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15005
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15021
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15085
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15053
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15037
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15069
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14915
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14931
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14947
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14963
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14979
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14995
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15011
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15027
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15043
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15059
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14642
      },
      "name": "DashboardWidgetLogStreamDefinitionSort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14648
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14654
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetLogStreamDefinitionSort"
    },
    "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 14675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 14668
      },
      "name": "DashboardWidgetLogStreamDefinitionSortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14715
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14728
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14708
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14721
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 14679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15089
      },
      "name": "DashboardWidgetManageStatusDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15113
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15095
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15101
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15107
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15119
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15125
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15131
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15137
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15143
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15149
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetManageStatusDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 15178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15265
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15281
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15297
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15326
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15342
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15358
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15374
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15390
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15406
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetManageStatusDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15269
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15285
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15301
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15314
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15330
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15346
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15362
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15394
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15378
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15410
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15259
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15275
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15291
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15307
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15320
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15336
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15352
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15368
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15384
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15400
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetNoteDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15414
      },
      "name": "DashboardWidgetNoteDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#content Dashboard#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15426
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15420
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15432
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#has_padding Dashboard#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15438
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_tick Dashboard#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15444
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15450
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15456
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15462
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15468
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetNoteDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 15496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15577
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15606
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15622
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15638
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15654
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15670
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15686
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15702
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetNoteDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15581
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15594
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15610
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15626
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15642
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15658
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15674
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15690
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15706
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15571
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15587
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15600
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15616
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15632
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15648
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15664
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15680
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15696
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetNoteDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 10044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 10034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10256
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10272
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10288
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10304
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10320
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10336
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10352
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10368
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10384
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10400
          },
          "name": "putGroupDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10416
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10432
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10448
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10464
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10480
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10496
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10512
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10528
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10544
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10560
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10576
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10592
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10608
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10624
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10640
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10656
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10672
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10688
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10704
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10259
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10275
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10291
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10307
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10323
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10339
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10355
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10371
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10387
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10403
          },
          "name": "resetGroupDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10419
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10435
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10451
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10467
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10483
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10499
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10515
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10531
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10547
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10563
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10579
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10595
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10611
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10627
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10643
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10659
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10675
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10691
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10707
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardWidgetOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10253
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10269
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10285
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10301
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10317
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10333
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10349
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10365
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10381
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10397
          },
          "name": "groupDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10413
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10429
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10247
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10445
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10461
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10477
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10493
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10509
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10525
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10541
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10557
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10573
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10589
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10605
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10621
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10637
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10653
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10669
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10685
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10701
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10263
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10279
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10295
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10311
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10327
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10343
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10359
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10375
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10391
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10407
          },
          "name": "groupDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetGroupDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10423
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10439
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10455
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10471
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10487
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10503
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10519
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10535
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10551
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10567
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10583
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10599
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10615
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10631
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10647
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10663
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10679
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10695
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10711
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 10048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2509
      },
      "name": "DashboardWidgetQueryTableDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2545
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 2515
          },
          "name": "hasSearchBar",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2521
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2551
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2527
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 2533
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 2539
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15710
      },
      "name": "DashboardWidgetQueryTableDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15716
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15722
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15728
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 15734
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 15885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15892
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15885
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15885
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15885
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 15760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15820
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15836
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15852
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15868
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15824
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15840
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15856
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15872
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15814
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15830
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15846
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15862
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2723
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2739
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2726
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2646
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2662
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2742
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2678
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2694
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2710
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2720
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2736
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2730
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2650
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2666
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2746
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2698
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2682
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2714
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2640
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2656
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2672
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2688
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2704
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2004
      },
      "name": "DashboardWidgetQueryTableDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 2010
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2016
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2046
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2052
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "List items one of `number`, `bar`. Valid values are `number`, `bar`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2022
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2058
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2064
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2028
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2070
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2034
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2076
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2040
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2082
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2088
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2094
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16448
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16454
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16466
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16472
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16478
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16460
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15896
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15902
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15908
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15914
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 15936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 15929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15994
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16010
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15982
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15998
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16014
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15988
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16004
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 15940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16137
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16143
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16149
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16155
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16290
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16283
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16283
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16283
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16263
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16234
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16250
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16266
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16260
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16238
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16254
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16270
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16244
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16018
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16036
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16030
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16116
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16104
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16120
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16133
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16097
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16110
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16126
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16294
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16306
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16312
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16444
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16437
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16437
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16437
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16404
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16420
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16392
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16408
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16424
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16398
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16414
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16585
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16601
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16617
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16588
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16604
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16620
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16572
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16582
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16598
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16614
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16592
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16608
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16560
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16624
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16576
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16553
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16566
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16811
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16817
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16823
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16829
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 16841
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16847
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16853
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16835
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16628
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16646
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16634
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16640
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16652
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16807
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16800
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16800
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16800
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16738
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16754
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16783
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16742
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16758
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16771
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16787
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16732
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16748
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16764
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16777
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 16879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 16872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17026
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17029
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16987
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17023
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17033
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16949
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16962
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16975
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16991
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17004
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17017
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16942
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16955
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16968
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16981
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16997
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17010
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 16883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17037
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17043
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17079
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17091
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 17049
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 17055
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17061
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17067
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17073
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17085
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17355
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17348
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17348
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17348
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17225
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17241
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17257
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17273
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17289
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17318
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17213
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17229
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17245
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17261
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17277
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17293
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17306
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17322
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17335
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17206
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17219
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17235
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17251
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17267
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17283
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17299
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17312
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17328
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17777
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17795
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17783
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17789
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17801
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17807
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17359
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17365
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17401
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17413
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 17371
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 17377
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17383
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17389
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17395
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17407
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17677
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17670
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17670
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17670
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17547
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17563
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17579
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17595
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17611
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17640
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17535
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17551
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17567
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17583
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17599
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17615
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17628
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17644
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17657
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17528
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17541
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17557
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17573
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17589
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17605
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17621
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17634
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17650
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17681
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17687
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17693
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17753
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17769
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17757
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17773
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17747
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17763
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17985
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17978
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17978
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17978
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 17834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17942
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17958
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17900
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17916
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17945
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17961
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17939
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17955
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17904
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17920
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17949
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17933
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17965
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17894
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17910
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17926
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2505
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2498
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2498
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2498
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18541
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18547
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18559
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18565
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18571
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18553
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 17989
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 17995
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18001
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18007
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18087
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18103
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18075
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18091
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18107
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18068
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18081
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18097
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18230
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18236
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18242
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18248
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18383
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18376
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18376
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18376
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18356
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18327
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18343
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18359
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18353
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18331
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18347
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18363
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18321
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18337
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18111
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18117
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18129
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18123
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18209
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18197
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18213
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18226
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18203
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18219
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18387
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18393
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18399
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18405
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18530
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18530
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18530
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18513
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18485
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18517
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18507
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18678
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18694
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18710
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18681
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18697
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18713
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18665
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18675
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18691
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18707
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18685
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18701
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18653
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18717
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18669
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18646
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18659
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2350
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2366
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2382
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2398
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2414
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2430
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2446
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2462
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2478
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2257
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2273
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2353
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2369
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2289
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2385
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2401
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2305
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2417
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2321
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2433
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2337
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2449
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2465
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2481
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2347
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2363
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2379
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2395
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2411
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2427
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2443
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2459
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2475
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2261
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2277
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2357
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2373
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2293
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2389
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2405
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2309
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2421
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2325
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2437
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2341
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2453
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2469
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2485
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2251
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2267
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2283
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2299
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2331
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18721
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18739
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18727
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18733
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18745
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18819
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18835
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18864
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18823
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18839
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18852
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18868
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18813
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18829
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18845
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18858
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 325
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 331
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 337
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 343
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 349
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 355
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18872
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 18878
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18884
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18896
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18902
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18920
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18926
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 18932
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 18890
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 18908
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 18914
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 18961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 18954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19074
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19116
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19132
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19049
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19062
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19078
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19091
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19104
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19120
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19136
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19149
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19162
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19175
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19042
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19055
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19068
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19084
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19097
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19110
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19126
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19142
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19155
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19168
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 18965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19179
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 19185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19191
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19203
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19233
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 19239
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19197
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19209
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 19215
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 19221
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19227
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19381
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19410
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19426
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19442
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19458
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19356
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19369
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19385
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19398
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19414
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19430
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19446
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19462
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19475
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19488
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19349
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19362
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19375
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19391
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19404
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19420
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19436
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19452
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19468
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19481
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19986
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20010
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19992
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20004
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20016
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19998
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20022
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19492
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19504
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19510
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19635
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19635
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19635
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19602
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19618
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19590
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19606
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19622
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19596
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19612
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19768
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19774
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19780
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19786
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19918
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19911
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19911
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19911
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19891
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19878
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19894
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19888
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19866
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19882
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19898
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19872
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19646
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19658
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19664
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19744
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19760
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19732
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19748
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19764
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19725
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19738
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19754
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 20047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 20040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20149
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20162
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20178
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20165
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20123
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20181
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20146
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20159
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20175
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20153
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20111
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20169
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20127
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20140
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20185
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20104
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20117
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20133
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19922
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19928
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 19948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 19941
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19982
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19975
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 19952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 536
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 529
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 529
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 529
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 20189
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20207
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20213
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2000.ts",
            "line": 20195
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20201
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2000.ts",
          "line": 20236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2000.ts",
        "line": 20229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20287
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20303
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20291
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20307
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20320
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20333
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20281
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20297
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20313
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20326
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2000.ts",
            "line": 20240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2000:DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 445
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 461
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 477
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 493
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 509
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 448
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 464
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 480
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 496
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 512
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 442
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 458
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 474
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 490
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 506
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 452
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 468
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 484
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 500
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 516
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 35
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 47
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 65
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 71
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 41
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 53
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 59
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 77
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 83
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 89
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 198
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 227
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 243
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 285
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 301
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 317
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 202
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 215
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 231
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 247
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 260
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 273
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 289
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 305
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 321
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 192
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 208
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 221
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 237
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 253
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 279
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 295
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 311
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1092
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1098
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1110
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1116
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1122
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1104
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 540
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 558
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 638
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 654
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 626
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 642
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 658
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 648
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 781
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 793
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 799
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 934
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 927
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 927
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 927
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 907
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 878
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 894
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 910
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 904
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 898
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 914
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 888
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 662
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 668
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 680
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 674
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 760
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 748
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 764
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 777
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 754
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 770
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 938
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 944
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 950
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 956
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1081
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1081
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1081
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1048
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1064
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1036
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1052
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1068
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1042
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1058
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1229
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1245
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1261
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1232
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1248
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1264
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1216
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1226
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1242
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1258
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1236
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1252
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1204
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1268
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1220
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1197
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1210
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1824
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1830
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1842
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1848
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1854
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1836
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1272
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1284
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1290
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1370
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1386
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1358
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1374
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1390
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1351
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1364
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1380
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1513
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1519
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1525
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1531
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1666
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1659
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1659
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1659
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1639
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1610
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1626
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1642
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1636
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1614
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1630
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1646
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1604
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1620
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1394
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1400
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1412
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1406
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1492
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1480
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1496
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1509
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1486
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1502
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1670
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1676
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1682
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1688
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1820
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1813
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1813
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1813
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1780
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1796
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1768
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1784
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1800
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1774
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1790
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 1878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 1871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1961
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1977
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1993
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1964
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1980
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1996
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1948
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1958
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1974
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1990
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1968
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1984
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1936
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2000
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1952
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1929
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1942
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 1882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10334
      },
      "name": "DashboardWidgetQueryValueDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10340
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10388
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10346
          },
          "name": "customUnit",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10352
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10358
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10394
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10364
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10400
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10370
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10376
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10382
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2750
      },
      "name": "DashboardWidgetQueryValueDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2756
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2762
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2768
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 2774
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2932
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2925
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2925
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2925
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2860
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2876
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2892
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2908
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2864
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2880
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2896
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2912
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2854
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2870
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2886
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2902
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10423
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10648
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10664
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10680
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10523
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10651
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10539
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10555
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10571
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10667
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10587
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10683
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10603
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10619
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10635
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10645
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10661
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10677
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10527
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10655
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10543
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10559
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10575
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10671
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10591
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10687
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10623
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10607
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10639
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10517
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10533
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10549
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10565
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10581
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10597
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10613
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10629
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9669
      },
      "name": "DashboardWidgetQueryValueDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 9675
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9687
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9693
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9699
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9705
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9711
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9717
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9681
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9723
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9729
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9735
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3488
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3494
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3506
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3512
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3518
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3500
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2936
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2948
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2954
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 2976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 2969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3034
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3050
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3022
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3038
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3054
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3015
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3028
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3044
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 2980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3177
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3183
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3189
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3195
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3330
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3323
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3323
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3323
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3303
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3274
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3290
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3306
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3300
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3278
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3294
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3310
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3268
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3284
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3058
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3064
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3076
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3070
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3156
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3144
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3160
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3173
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3150
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3166
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3334
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3346
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3352
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3484
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3477
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3477
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3477
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3444
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3460
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3432
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3448
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3464
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3438
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3454
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3625
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3641
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3657
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3628
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3644
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3660
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3612
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3622
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3638
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3654
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3632
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3648
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3600
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3664
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3616
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3593
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3606
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4220
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4226
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4238
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4244
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4250
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4232
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3668
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3680
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3686
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3766
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3782
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3754
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3770
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3786
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3760
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3776
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3909
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3915
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3921
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3927
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4062
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4055
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4055
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4055
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4035
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4006
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4022
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4038
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4032
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4010
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4026
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4042
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4000
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4016
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3790
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3796
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3808
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3802
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 3830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 3823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3888
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3876
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3892
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3905
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3882
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3898
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 3834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4066
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4078
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4084
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4216
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4209
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4209
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4209
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4176
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4192
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4164
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4180
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4196
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4157
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4170
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4186
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4357
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4373
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4389
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4360
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4376
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4392
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4344
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4354
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4370
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4386
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4364
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4380
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4332
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4396
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4348
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4325
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4338
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4400
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4406
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4442
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4454
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 4412
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 4418
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4424
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4430
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4436
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4448
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4718
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4711
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4711
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4711
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4588
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4604
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4620
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4636
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4652
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4681
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4576
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4592
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4608
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4624
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4640
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4656
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4669
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4685
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4698
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4569
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4582
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4598
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4614
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4630
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4646
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4662
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4675
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4691
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5140
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5158
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5146
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5152
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5164
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5170
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4722
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4728
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4764
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4776
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 4734
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 4740
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4746
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4752
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4758
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4770
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5033
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5033
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5033
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 4807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 4797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4910
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4926
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4942
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4958
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4974
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5003
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4898
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4914
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4930
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4946
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4962
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4978
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4991
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5007
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5020
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4891
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4904
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4920
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4936
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4952
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4968
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4984
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4997
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5013
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 4811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5044
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5050
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5056
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5116
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5132
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5120
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5136
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5110
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5126
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5348
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5341
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5341
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5341
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5305
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5321
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5263
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5279
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5308
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5324
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5302
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5318
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5267
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5283
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5312
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5296
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5328
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5257
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5273
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5289
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10054
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10047
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10047
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10047
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5904
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5910
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5922
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5928
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5934
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5916
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5352
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5358
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5364
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5370
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5466
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5593
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5599
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5605
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5611
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5746
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5739
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5739
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5739
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5719
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5690
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5722
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5716
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5694
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5726
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5684
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5474
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5480
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5492
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5486
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5572
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5560
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5576
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5589
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5566
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5582
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5750
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5756
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5762
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5768
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5900
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5893
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5893
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5893
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5860
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5876
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5848
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5864
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5880
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5841
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5854
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5870
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 5958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 5951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6041
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6057
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6073
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6044
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6060
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6076
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6028
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6038
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6054
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6070
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6048
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6064
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6016
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6080
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6032
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6009
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6022
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 5962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9899
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9915
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9931
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9947
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9963
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9979
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9995
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10011
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10027
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9870
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9902
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9918
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9934
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9950
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9966
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9982
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9886
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9998
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10014
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10030
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9896
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9912
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9928
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9944
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9960
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9976
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9992
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10008
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10024
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9874
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9906
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9922
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9938
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9954
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9970
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9986
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9890
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10002
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10018
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10034
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9864
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9880
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6084
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6102
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6090
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6096
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6108
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 6131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6182
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6198
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6227
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6186
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6202
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6215
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6231
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6176
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6192
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6208
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6221
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7990
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7996
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8002
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8008
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8014
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8020
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6235
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6241
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6247
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6259
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6265
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6283
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6289
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6295
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6253
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6271
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6277
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 6324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6437
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6479
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6495
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6412
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6425
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6441
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6454
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6467
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6483
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6499
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6512
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6525
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6538
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6405
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6418
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6431
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6447
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6460
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6473
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6489
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6505
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6518
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6531
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6542
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6548
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6554
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6566
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6596
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6602
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6560
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6572
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6578
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 6584
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6590
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 6631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6744
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6773
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6789
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6805
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6821
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6719
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6732
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6748
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6761
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6777
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6793
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6809
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6825
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6838
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6851
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6712
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6725
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6738
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6754
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6767
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6783
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6799
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6815
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6831
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6844
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7349
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7373
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7355
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7367
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7379
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7361
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7385
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6855
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6861
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6867
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6873
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 6998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7005
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6998
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6998
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6998
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 6898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 6888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6965
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6981
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6953
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6969
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6985
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6946
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6959
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6975
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 6902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7131
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7137
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7143
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7149
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7281
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7274
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7274
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7274
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7254
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7241
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7257
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7251
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7229
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7245
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7261
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7235
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7009
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7015
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7021
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7027
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7107
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7123
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7095
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7111
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7127
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7088
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7101
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7117
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7512
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7525
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7541
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7528
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7486
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7544
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7509
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7522
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7538
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7516
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7474
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7532
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7490
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7503
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7548
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7467
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7480
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7496
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7285
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7291
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7304
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7345
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7338
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8201
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8194
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8194
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8194
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7552
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7570
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7576
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 7558
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7564
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7592
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7650
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7666
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7654
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7670
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7683
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7696
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7644
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7660
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7676
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7689
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8110
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8126
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8142
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8158
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8174
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8113
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8129
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8145
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8161
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8177
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8107
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8123
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8139
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8155
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8171
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8117
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8133
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8149
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8165
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8181
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7700
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 7712
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7730
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7736
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 7706
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7718
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7724
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7742
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7748
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7754
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 7782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 7775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7863
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7892
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7908
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7950
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7966
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7982
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7867
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7880
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7896
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7912
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7925
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7938
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7954
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7970
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7986
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7857
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7873
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7886
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7902
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7918
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7931
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7944
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7960
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7976
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 7786
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8757
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8763
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8775
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8781
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8787
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8769
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8205
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8217
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8223
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8303
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8319
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8291
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8323
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8284
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8313
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8446
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8452
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8458
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8464
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8592
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8592
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8592
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8572
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8543
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8559
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8575
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8569
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8563
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8579
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8553
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8327
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8345
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8339
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8425
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8413
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8429
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8442
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8406
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8419
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8435
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8603
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8615
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8621
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8753
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8746
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8746
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8746
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8713
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8729
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8701
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8733
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8723
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8894
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8910
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8926
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8897
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8913
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8929
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8881
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8891
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8907
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8923
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8901
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8917
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8869
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8933
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8885
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8862
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8875
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9489
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9495
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9507
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9513
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9519
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9501
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8937
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8943
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8949
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8955
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 8977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 8970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9035
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9051
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9055
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9045
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 8981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9178
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9190
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9196
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9331
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9324
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9324
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9324
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9304
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9275
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9291
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9307
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9301
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9279
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9295
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9311
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9269
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9285
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9059
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9065
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9077
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9071
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9157
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9145
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9161
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9174
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9138
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9151
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9167
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9335
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9347
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9353
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9485
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9478
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9478
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9478
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9445
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9461
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9433
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9449
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9465
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9426
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9439
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9455
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 9543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 9536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9626
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9642
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9658
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9629
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9645
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9661
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9613
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9623
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9639
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9655
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9633
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9649
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9601
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9665
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9617
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9594
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9607
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 9547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10241
      },
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackground",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10247
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10253
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10323
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10326
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10320
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10314
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10330
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10307
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10058
      },
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10064
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10070
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10076
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10082
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10088
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10169
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10185
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10201
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10217
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10233
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10173
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10189
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10205
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10221
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10237
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10163
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10179
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10195
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10211
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10227
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 374
      },
      "name": "DashboardWidgetScatterplotDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 380
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 410
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 386
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 416
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 392
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 398
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 404
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 422
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 428
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10691
      },
      "name": "DashboardWidgetScatterplotDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10697
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10703
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10709
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 10715
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10866
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10866
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10866
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10801
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10817
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10833
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10849
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10805
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10821
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10837
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10853
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10795
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10811
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10827
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10843
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 614
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 630
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 646
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 662
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 537
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 617
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 553
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 633
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 569
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 585
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 601
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 649
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 665
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 611
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 627
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 643
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 659
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 541
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 621
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 557
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 637
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 589
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 573
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 605
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 653
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 669
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 531
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 547
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 563
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 579
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 595
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19830
      },
      "name": "DashboardWidgetScatterplotDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19836
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19842
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19848
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19912
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19928
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19944
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19915
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19931
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19947
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19909
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19925
          },
          "name": "x",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19941
          },
          "name": "y",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19919
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19935
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19951
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12998
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13004
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13010
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10877
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10889
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10895
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10883
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11024
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11017
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11017
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11017
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 10920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 10910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10974
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10978
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10991
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11004
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10968
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10984
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10997
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 10924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13122
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13115
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13115
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13115
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13079
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13095
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13082
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13098
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13076
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13092
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13086
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13102
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12783
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12789
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12795
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12801
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12807
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12813
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11028
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11034
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11040
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11052
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11058
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11076
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11082
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11088
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11046
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11064
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11070
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11230
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11272
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11288
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11205
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11218
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11234
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11247
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11260
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11276
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11292
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11305
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11318
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11331
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11198
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11211
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11224
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11240
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11253
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11266
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11282
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11298
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11311
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11324
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11335
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11341
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11347
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11359
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11389
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11395
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11353
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11365
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11371
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 11377
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11383
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11537
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11566
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11582
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11598
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11614
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11512
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11525
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11541
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11554
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11570
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11586
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11602
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11618
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11631
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11644
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11505
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11518
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11531
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11547
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11560
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11576
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11592
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11608
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11624
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11637
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12142
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12166
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12148
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12160
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12172
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12154
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12178
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11648
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11660
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11666
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11798
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11791
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11791
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11791
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11758
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11774
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11746
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11762
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11778
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11739
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11752
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11768
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11924
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11930
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11936
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11942
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12074
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12067
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12067
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12067
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12047
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12034
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12050
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12044
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12022
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12038
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12054
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12015
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12028
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11802
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11808
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11814
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11820
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 11842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 11835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11900
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11916
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11888
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11904
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11920
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11881
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11894
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11910
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 11846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12305
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12318
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12334
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12321
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12279
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12337
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12302
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12315
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12331
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12309
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12267
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12325
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12283
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12296
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12341
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12260
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12273
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12289
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12078
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12084
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12097
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12138
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12994
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12987
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12987
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12987
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12345
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12363
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12369
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 12351
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12357
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12443
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12459
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12447
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12463
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12476
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12489
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12437
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12453
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12469
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12482
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12903
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12919
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12935
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12951
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12967
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12906
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12922
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12938
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12954
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12970
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12900
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12916
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12932
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12948
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12964
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12910
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12926
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12942
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12958
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12974
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12493
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 12505
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12523
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12529
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 12499
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12511
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12517
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12535
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12541
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12547
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 12575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 12568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12656
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12685
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12701
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12743
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12759
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12775
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12660
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12673
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12689
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12705
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12718
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12731
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12747
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12763
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12779
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12650
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12666
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12679
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12695
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12711
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12724
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12737
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12753
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12769
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 12579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16205
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestX",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 16211
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16223
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16229
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16235
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16217
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16241
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16247
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestX"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13678
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13684
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13696
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13702
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13708
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13690
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13126
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13132
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13138
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13144
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13224
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13240
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13212
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13228
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13244
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13205
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13234
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13367
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13379
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13385
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13520
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13513
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13513
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13513
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13493
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13464
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13480
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13496
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13490
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13468
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13484
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13500
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13474
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13248
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13254
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13266
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13260
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13346
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13334
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13350
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13363
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13340
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13356
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13524
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13530
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13536
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13542
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13674
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13667
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13667
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13667
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13634
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13650
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13622
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13638
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13654
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13628
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13644
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13815
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13831
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13847
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13818
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13834
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13850
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13802
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13812
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13828
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13844
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13822
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13838
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13790
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13854
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13806
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13783
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13796
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16474
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16467
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16467
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16467
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14410
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14416
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14428
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14434
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14440
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14422
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13858
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13870
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13876
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 13898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13956
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13972
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13944
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13960
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13976
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13950
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13966
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14099
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14105
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14111
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14117
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14252
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14245
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14245
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14245
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14225
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14196
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14212
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14228
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14222
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14200
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14216
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14232
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14190
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14206
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 13980
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13986
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13998
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 13992
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14078
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14066
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14082
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14095
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14072
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14088
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14256
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14262
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14268
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14274
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14406
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14399
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14399
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14399
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14366
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14382
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14354
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14370
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14386
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14347
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14360
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14376
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14547
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14563
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14579
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14550
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14566
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14582
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14534
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14544
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14560
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14576
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14554
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14570
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14522
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14586
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14538
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14515
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14528
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16383
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16399
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16415
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16431
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16447
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16354
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16386
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16402
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16418
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16370
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16434
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16450
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16380
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16396
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16412
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16428
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16444
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16358
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16390
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16406
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16422
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16374
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16438
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16454
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16348
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16364
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14590
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14608
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14596
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14602
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14614
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14688
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14704
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14733
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14692
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14708
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14721
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14737
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14682
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14698
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14714
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14727
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15293
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15299
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15311
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15317
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15323
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15305
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14741
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14753
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14759
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14839
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14855
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14827
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14843
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14859
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14833
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14849
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14982
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14988
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14994
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15000
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15135
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15128
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15128
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15128
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15108
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15079
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15095
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15111
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15105
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15083
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15099
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15115
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15073
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15089
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14863
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14881
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14875
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 14903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 14896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14961
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14949
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14965
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14978
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14955
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14971
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 14907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15139
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15145
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15151
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15157
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15289
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15282
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15282
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15282
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15249
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15265
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15237
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15269
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15230
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15243
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15259
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15430
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15446
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15462
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15433
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15449
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15465
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15417
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15427
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15443
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15459
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15437
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15453
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15405
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15469
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15421
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15398
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15411
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16025
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16031
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16043
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16049
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16055
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16037
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15473
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15485
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15491
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15571
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15587
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15559
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15575
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15591
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15552
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15565
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15581
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15714
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15720
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15726
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15732
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15860
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15860
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15860
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15840
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15811
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15827
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15843
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15837
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15815
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15831
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15847
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15805
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15821
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15595
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15601
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15613
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15607
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15693
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15681
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15697
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15710
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15687
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15703
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15871
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15883
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15889
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16021
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16014
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16014
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16014
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 15914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 15904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15981
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15997
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15969
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15985
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16001
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15962
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15975
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15991
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 15918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16162
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16178
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16194
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16165
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16181
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16197
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16149
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16159
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16175
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16191
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16169
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16185
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16137
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16201
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16153
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16130
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16143
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19557
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestY",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2400.ts",
            "line": 19563
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19575
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19581
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19587
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19569
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19593
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19599
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestY"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17030
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17036
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17048
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17054
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17060
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17042
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16478
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16496
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16576
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16592
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16564
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16580
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16596
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16570
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16586
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16719
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16725
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16731
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16737
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16872
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16865
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16865
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16865
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16845
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16816
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16832
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16848
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16842
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16820
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16836
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16852
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16810
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16826
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16600
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16618
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16612
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16698
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16686
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16702
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16715
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16692
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16708
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16876
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16888
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16894
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17026
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17019
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17019
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17019
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 16919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 16909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16986
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17002
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16974
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16990
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17006
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16967
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16980
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16996
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 16923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17167
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17183
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17199
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17170
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17186
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17202
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17154
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17164
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17180
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17196
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17174
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17190
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17142
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17206
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17158
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17135
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17148
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19826
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19819
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19819
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19819
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17762
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17768
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17780
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17786
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17792
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17774
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17210
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17222
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17228
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17308
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17324
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17296
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17312
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17328
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17289
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17302
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17318
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17451
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17457
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17463
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17469
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17604
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17597
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17597
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17597
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17577
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17548
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17564
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17580
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17574
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17552
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17568
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17584
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17542
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17558
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17332
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17350
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17344
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17430
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17418
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17434
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17447
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17411
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17424
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17440
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17608
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17626
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17758
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17751
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17751
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17751
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17718
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17734
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17706
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17722
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17738
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17699
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17712
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17728
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17899
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17915
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17931
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17902
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17918
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17934
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17886
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17896
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17912
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17928
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17906
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17922
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17874
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17938
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17890
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17867
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17880
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19735
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19751
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19767
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19783
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19799
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19706
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19738
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19754
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19770
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19722
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19786
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19802
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19732
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19748
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19764
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19780
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19796
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19710
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19742
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19758
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19774
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19726
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19790
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19806
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19700
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19716
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17942
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17960
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17948
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17954
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17966
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 17989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 17982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18040
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18056
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18085
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18044
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18060
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18073
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18089
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18034
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18050
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18066
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18079
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 17993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18645
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18651
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18663
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18669
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18675
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18657
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18093
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18099
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18105
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18111
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18191
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18207
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18179
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18195
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18211
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18172
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18185
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18201
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18334
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18340
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18346
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18352
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18487
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18480
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18480
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18480
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18460
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18431
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18447
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18463
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18457
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18451
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18467
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18441
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18215
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18221
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18233
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18227
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18313
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18301
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18317
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18330
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18307
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18491
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18497
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18503
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18509
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18641
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18634
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18634
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18634
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18601
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18617
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18589
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18605
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18621
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18582
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18595
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18611
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18782
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18798
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18814
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18785
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18801
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18817
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18769
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18779
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18795
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18811
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18789
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18805
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18757
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18821
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18773
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18750
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18763
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19377
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19383
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19395
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19401
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19407
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19389
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18825
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18831
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18837
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18843
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18923
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18939
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18911
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18927
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18943
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18917
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18933
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19066
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19072
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19078
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19084
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19212
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19212
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19212
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19192
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19163
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19179
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19195
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19189
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19183
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19199
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19173
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18947
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18953
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18965
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18959
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 18987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 18980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19045
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19033
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19049
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19062
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19026
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19039
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19055
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 18991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19223
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19241
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19373
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19366
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19366
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19366
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19333
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19349
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19321
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19337
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19353
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19314
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19327
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19343
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2400.ts",
          "line": 19431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2400.ts",
        "line": 19424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19514
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19530
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19546
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19517
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19533
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19549
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19501
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19511
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19527
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19543
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19521
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19537
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19489
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19553
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19505
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19482
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19495
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2400.ts",
            "line": 19435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2400:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8
      },
      "name": "DashboardWidgetScatterplotDefinitionXaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 14
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 20
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 26
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 32
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 38
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinitionXaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 62
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 55
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 119
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 135
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 151
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 167
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 183
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionXaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 123
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 139
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 155
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 171
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 187
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 113
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 129
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 145
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 161
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 177
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 66
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 191
      },
      "name": "DashboardWidgetScatterplotDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 197
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 203
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 209
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 215
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 221
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 302
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 318
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 334
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 350
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 366
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 306
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 322
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 338
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 354
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 370
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 296
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 312
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 328
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 344
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 360
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 673
      },
      "name": "DashboardWidgetServiceLevelObjectiveDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 691
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 697
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 721
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 727
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#global_time_target Dashboard#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 679
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 685
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 703
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 709
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 715
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 836
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 852
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 894
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 910
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 926
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetServiceLevelObjectiveDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 840
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 856
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 869
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 882
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 914
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 898
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 930
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 943
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 956
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 830
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 846
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 862
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 875
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 888
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 904
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 920
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 936
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 949
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1146
      },
      "name": "DashboardWidgetServicemapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1152
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1158
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1182
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1164
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 1170
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 1176
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServicemapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 960
      },
      "name": "DashboardWidgetServicemapDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 966
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 972
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 978
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 984
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServicemapDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1142
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1135
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1135
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1135
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1070
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1086
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1102
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1118
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1074
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1090
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1106
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1122
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1064
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1080
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1096
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1112
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1341
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1344
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1296
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1312
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1328
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1338
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1348
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1271
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1284
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1316
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1300
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1332
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1264
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1277
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1290
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1306
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1322
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetServicemapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9227
      },
      "name": "DashboardWidgetSunburstDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9263
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9233
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9269
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9275
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9239
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9281
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9245
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9251
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9257
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1352
      },
      "name": "DashboardWidgetSunburstDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1358
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1364
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1370
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 1376
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1527
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1527
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1527
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1462
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1478
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1494
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1510
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1466
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1482
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1498
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1514
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1456
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1472
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1488
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1504
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1538
      },
      "name": "DashboardWidgetSunburstDefinitionLegendInline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 1556
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1544
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1550
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionLegendInline"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1623
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1639
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionLegendInlineOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1627
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1643
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1656
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1617
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1633
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1649
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1660
      },
      "name": "DashboardWidgetSunburstDefinitionLegendTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 1666
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionLegendTable"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1679
      },
      "name": "DashboardWidgetSunburstDefinitionLegendTableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1720
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1713
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9467
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9483
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9499
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9515
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9470
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9390
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9486
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9502
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9406
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9518
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9422
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9438
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9454
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9464
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9480
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9496
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9512
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9474
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9394
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9490
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9506
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9410
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9522
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9442
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9426
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9458
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9384
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9400
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9416
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9432
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9448
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8867
      },
      "name": "DashboardWidgetSunburstDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8879
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8885
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8891
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8897
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8903
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8909
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8873
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8915
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8921
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8927
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2276
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2282
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2294
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2300
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2306
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2288
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1724
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1730
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1736
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1742
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1838
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1810
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1842
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1803
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1832
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1965
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1971
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1977
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1983
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2111
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2111
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2111
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2091
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2062
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2078
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2094
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2088
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2066
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2082
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2098
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2056
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2072
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1846
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1852
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1864
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1858
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 1886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 1879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1944
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1932
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1948
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1961
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1938
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1954
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 1890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2122
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2272
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2265
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2265
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2265
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2232
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2248
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2220
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2236
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2252
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2226
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2242
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2413
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2429
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2445
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2416
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2432
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2448
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2400
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2410
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2426
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2442
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2420
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2436
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2388
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2452
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2404
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2381
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2394
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3008
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3014
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3026
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3032
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3038
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3020
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2456
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2462
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2468
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2474
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2554
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2570
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2542
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2558
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2574
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2548
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2564
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2697
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2703
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2709
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2715
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2850
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2843
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2843
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2843
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2823
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2794
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2810
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2826
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2820
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2798
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2814
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2830
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2788
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2804
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2578
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2584
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2596
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2590
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2676
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2664
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2680
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2693
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2670
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2686
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2854
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2866
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2872
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3004
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2997
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2997
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2997
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 2897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 2887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2964
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2980
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2952
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2968
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2984
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2958
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2974
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 2901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3145
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3161
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3177
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3148
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3164
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3180
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3132
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3142
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3158
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3174
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3152
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3168
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3120
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3184
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3136
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3113
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3126
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3606
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3624
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3612
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3618
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3630
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3636
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3188
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3194
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3230
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3242
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 3200
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 3206
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3212
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3218
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3224
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3236
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3499
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3499
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3499
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3376
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3392
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3408
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3424
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3440
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3469
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3364
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3380
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3396
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3412
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3428
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3444
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3457
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3473
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3486
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3357
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3370
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3386
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3402
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3418
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3434
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3450
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3463
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3479
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3510
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3516
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3522
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3582
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3598
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3586
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3602
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3576
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3592
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3807
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3807
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3807
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3771
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3787
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3729
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3745
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3774
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3790
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3768
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3784
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3733
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3749
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3778
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3762
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3794
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3723
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3739
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3755
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9223
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9216
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9216
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9216
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4370
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4376
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4388
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4394
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4400
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4382
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3818
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3830
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3836
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3916
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3932
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3904
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3920
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3936
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3897
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3910
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3926
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4059
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4065
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4071
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4077
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4212
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4205
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4205
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4205
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4185
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4156
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4172
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4188
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4182
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4160
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4176
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4192
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4150
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4166
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3940
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3946
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3958
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3952
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 3980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 3973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4038
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4026
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4042
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4055
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4019
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4032
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4048
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 3984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4216
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4222
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4228
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4234
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4366
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4359
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4359
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4359
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4326
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4342
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4314
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4330
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4346
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4320
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4336
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4507
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4523
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4539
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4510
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4526
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4542
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4494
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4504
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4520
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4536
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4514
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4530
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4482
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4546
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4498
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4475
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4488
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5102
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5108
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5120
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5126
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5132
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5114
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4550
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4556
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4562
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4568
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4648
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4664
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4636
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4652
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4668
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4629
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4642
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4658
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4791
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4803
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4809
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4944
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4937
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4937
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4937
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4917
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4888
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4904
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4920
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4914
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4892
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4908
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4924
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4882
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4898
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4672
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4690
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4684
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4770
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4758
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4774
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4787
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4764
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4948
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4966
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 5091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5091
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5091
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5091
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 4991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 4981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5074
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5078
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5068
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 4995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 5156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5239
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5255
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5271
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5242
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5258
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5274
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5226
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5236
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5252
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5268
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5246
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5262
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5214
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5278
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5230
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5207
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5220
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9068
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9084
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9100
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9116
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9132
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9148
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9164
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9180
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9196
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9071
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9087
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9103
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9119
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9135
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9151
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9055
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9167
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9183
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9199
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9065
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9081
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9097
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9113
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9129
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9145
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9161
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9177
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9193
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9075
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9091
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9107
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9123
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9139
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9155
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9059
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9171
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9187
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9203
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9049
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5282
      },
      "name": "DashboardWidgetSunburstDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5300
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5288
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5294
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5306
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 5329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5380
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5396
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5425
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5384
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5400
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5413
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5429
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5374
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5390
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5406
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5419
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7188
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7194
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7200
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7206
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7212
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7218
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5433
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5439
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5445
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5457
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5463
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5481
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5487
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5493
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5451
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5469
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5475
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 5522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5635
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5677
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5693
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5610
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5623
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5639
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5652
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5665
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5681
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5697
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5710
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5723
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5736
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5603
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5616
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5629
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5645
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5658
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5671
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5687
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5703
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5716
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5729
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5740
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5746
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5752
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5764
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5794
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5800
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5758
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5770
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5776
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 5782
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5788
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 5829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 5822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5942
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5971
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5987
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6003
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6019
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5917
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5930
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5946
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5959
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5975
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5991
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6007
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6023
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6036
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6049
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5910
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5923
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5936
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5952
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5965
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5981
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5997
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6013
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6029
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6042
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 5833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6547
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6571
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6553
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6565
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6577
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6559
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6583
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6053
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6065
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6071
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6196
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6196
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6196
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6163
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6179
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6151
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6167
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6183
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6144
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6157
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6173
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6329
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6335
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6341
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6347
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6479
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6472
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6472
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6472
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6452
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6439
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6455
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6449
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6459
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6433
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6207
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6219
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6225
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6305
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6321
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6293
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6309
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6325
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6286
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6299
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6710
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6723
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6739
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6726
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6684
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6742
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6707
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6720
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6736
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6714
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6672
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6730
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6688
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6701
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6746
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6665
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6678
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6483
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6489
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6502
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6543
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6536
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7392
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7392
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7392
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6750
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6768
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6774
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 6756
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6762
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6848
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6864
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6852
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6868
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6881
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6894
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6842
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6858
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6874
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6887
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7308
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7324
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7340
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7356
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7372
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7311
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7327
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7343
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7359
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7375
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7305
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7321
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7337
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7353
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7369
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7315
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7331
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7347
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7363
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7379
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6898
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 6910
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6928
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 6904
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6916
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6922
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6940
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6946
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6952
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 6980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 6973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7061
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7090
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7106
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7148
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7164
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7180
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7065
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7078
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7094
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7110
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7123
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7136
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7152
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7168
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7184
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7055
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7071
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7084
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7100
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7116
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7129
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7142
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7158
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7174
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 6984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7955
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7961
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7973
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7979
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7985
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7967
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7403
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7421
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7436
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7501
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7517
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7489
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7505
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7521
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7482
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7495
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7511
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7644
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7650
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7656
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7662
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7797
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7790
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7790
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7790
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7770
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7741
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7757
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7773
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7767
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7745
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7761
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7777
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7735
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7751
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7525
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7543
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7537
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7623
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7611
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7627
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7640
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7604
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7617
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7633
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7801
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7807
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7813
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7819
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7951
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7944
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7944
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7944
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 7844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 7834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7911
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7927
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7899
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7915
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7931
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7892
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7905
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7921
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 7848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8092
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8108
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8124
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8095
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8111
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8127
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8079
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8089
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8105
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8121
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8099
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8115
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8067
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8131
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8083
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8060
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8073
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8687
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8693
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8705
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8711
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8717
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8699
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8135
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8147
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8153
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8233
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8249
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8221
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8237
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8253
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8227
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8243
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8376
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8382
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8388
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8394
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8529
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8522
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8522
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8522
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8502
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8473
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8489
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8505
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8499
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8477
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8493
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8509
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8467
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8483
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8257
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8263
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8275
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8269
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8355
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8343
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8359
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8372
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8349
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8365
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8533
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8545
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8551
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8683
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8676
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8676
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8676
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8669
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8643
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8659
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8631
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8647
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8663
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8624
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8637
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8653
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 8741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 8734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8824
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8840
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8856
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8827
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8843
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8859
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8811
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8821
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8837
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8853
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8831
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8847
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8799
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8863
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8815
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8792
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8805
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 8745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18226
      },
      "name": "DashboardWidgetTimeseriesDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18280
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18286
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18232
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18238
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18244
          },
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18250
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18292
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18298
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18304
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18256
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18262
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18268
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18274
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18310
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9526
      },
      "name": "DashboardWidgetTimeseriesDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9532
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9538
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9544
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9550
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9693
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9708
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9701
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9701
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9701
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9636
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9652
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9668
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9684
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9640
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9656
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9672
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9688
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9630
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9646
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9662
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9678
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9712
      },
      "name": "DashboardWidgetTimeseriesDefinitionEvent",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9718
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9724
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionEvent"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9818
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9833
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionEventList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9826
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9826
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9826
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionEventList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9809
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionEventOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9797
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9813
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9790
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9803
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9837
      },
      "name": "DashboardWidgetTimeseriesDefinitionMarker",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9855
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 9843
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9849
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionMarker"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9987
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionMarkerList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9980
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9980
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9980
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 9880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9934
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9950
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionMarkerOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9938
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9954
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9967
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9928
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9944
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9960
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 18343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18579
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18595
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18611
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18627
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18643
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18659
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18582
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18598
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18454
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18470
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18486
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18502
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18614
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18630
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18646
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18518
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18534
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18550
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18566
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18662
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18576
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18592
          },
          "name": "event",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18608
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18624
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18640
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18656
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18586
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18602
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18458
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18474
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18490
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18506
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18618
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18634
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18650
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18522
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18554
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18538
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18570
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18666
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18448
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18464
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18480
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18496
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18512
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18528
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18544
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18560
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17384
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17408
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17414
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17390
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17420
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17426
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17432
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17438
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 17396
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17444
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17402
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17450
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17456
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17462
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17468
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10543
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10549
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10561
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10567
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10573
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10555
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 9991
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 9997
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10003
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10009
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10089
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10105
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10109
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10099
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10232
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10244
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10250
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10385
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10378
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10378
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10378
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10358
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10329
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10345
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10361
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10355
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10333
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10349
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10365
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10323
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10339
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10113
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10119
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10131
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10125
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10211
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10199
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10215
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10228
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10205
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10221
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10389
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10401
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10407
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10539
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10532
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10532
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10532
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10499
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10515
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10487
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10503
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10519
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10480
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10493
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10509
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10680
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10696
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10712
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10683
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10699
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10715
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10667
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10677
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10693
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10709
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10687
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10703
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10655
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10719
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10671
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10648
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10661
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11275
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11281
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11293
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11299
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11305
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11287
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10723
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10735
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10741
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10821
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10837
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10809
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10825
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10841
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10815
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10831
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10964
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10970
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10976
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10982
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11117
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11110
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11110
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11110
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10997
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11090
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11061
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11077
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11093
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11087
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11065
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11081
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11097
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11055
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11071
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11011
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10845
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10851
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10863
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10857
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 10885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 10878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10943
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10931
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10947
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10960
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10937
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10953
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 10889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11121
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11127
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11133
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11139
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11271
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11264
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11264
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11264
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11231
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11247
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11219
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11235
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11251
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11212
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11225
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11241
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11412
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11428
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11444
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11415
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11431
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11447
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11399
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11409
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11425
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11441
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11419
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11435
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11387
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11451
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11403
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11380
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11393
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11873
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11891
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11879
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11885
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11897
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11903
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11455
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11461
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11497
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11509
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 11467
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 11473
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11479
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11485
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11491
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11503
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11773
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11766
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11766
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11766
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11643
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11659
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11675
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11691
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11707
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11736
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11631
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11647
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11663
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11679
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11695
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11711
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11724
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11740
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11753
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11624
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11637
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11653
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11669
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11685
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11701
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11717
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11730
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11746
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11777
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11783
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11789
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11849
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11865
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11853
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11869
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11843
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11859
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12081
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12074
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12074
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12074
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 11930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 11920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12038
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12054
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11996
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12012
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12041
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12057
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12035
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12051
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12000
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12016
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12045
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12029
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12061
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11990
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12006
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12022
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 11934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17856
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17849
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17849
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17849
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12637
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12643
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12655
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12661
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12667
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12649
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12085
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12097
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12103
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12183
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12199
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12171
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12187
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12203
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12164
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12193
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12326
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12332
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12338
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12344
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12479
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12472
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12472
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12472
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12452
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12423
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12439
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12455
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12449
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12459
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12417
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12433
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12207
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12225
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12219
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12305
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12293
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12309
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12322
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12286
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12299
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12483
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12495
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12501
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12633
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12626
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12626
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12626
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12593
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12609
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12581
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12597
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12613
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12574
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12587
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12603
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12774
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12790
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12806
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12777
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12793
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12809
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12761
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12771
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12787
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12803
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12781
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12797
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12749
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12813
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12765
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12742
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12755
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12817
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadata",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12829
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12823
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12938
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12931
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12931
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12931
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12901
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12905
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12918
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12895
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12911
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13494
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13500
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13512
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13518
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13524
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13506
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12942
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12948
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12954
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12960
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 12982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 12975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13040
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13056
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13028
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13044
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13060
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13034
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13050
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 12986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13183
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13189
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13195
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13201
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13336
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13329
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13329
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13329
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13309
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13280
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13296
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13312
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13306
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13284
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13300
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13316
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13274
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13290
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13064
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13082
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13162
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13150
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13166
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13179
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13156
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13172
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13340
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13346
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13352
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13358
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13483
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13483
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13483
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13466
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13631
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13647
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13663
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13634
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13650
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13666
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13618
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13628
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13644
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13660
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13638
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13654
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13606
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13670
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13622
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13599
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13612
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17669
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17685
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17701
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17717
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17733
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17749
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17765
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17781
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17797
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17813
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17829
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17672
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17688
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17624
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17704
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17720
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17736
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17752
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17640
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17768
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17656
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17784
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17800
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17816
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17832
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17666
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17682
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17698
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17714
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17730
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17746
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17762
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17778
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17794
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17810
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17826
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17676
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17692
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17628
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17708
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17724
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17740
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17756
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17644
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17772
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17660
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17788
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17804
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17820
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17836
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17618
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17634
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17650
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13674
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13692
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13680
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13686
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13698
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13772
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13788
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13817
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13776
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13792
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13805
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13821
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13766
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13782
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13798
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13811
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15580
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15586
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15592
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15598
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15604
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15610
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13825
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 13831
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13837
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13849
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13855
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13873
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13879
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 13885
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 13843
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 13861
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 13867
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 13914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 13907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14027
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14069
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14085
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14002
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14015
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14031
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14044
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14057
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14073
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14089
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14102
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14115
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14128
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13995
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14008
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14021
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14037
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14050
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14063
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14079
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14095
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14108
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14121
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 13918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14132
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 14138
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14144
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14156
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14186
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 14192
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14150
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14162
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 14168
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 14174
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14180
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14334
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14363
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14379
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14395
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14411
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14309
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14322
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14338
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14351
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14367
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14383
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14399
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14415
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14428
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14441
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14302
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14315
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14328
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14344
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14357
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14373
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14389
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14405
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14421
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14434
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14939
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14963
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14945
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14957
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14969
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14951
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14975
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14445
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14451
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14457
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14463
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14595
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14588
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14588
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14588
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14555
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14571
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14543
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14559
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14575
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14549
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14565
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14721
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14733
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14739
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14871
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14864
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14864
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14864
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14844
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14831
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14847
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14841
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14819
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14835
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14851
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14812
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14825
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14599
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14605
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14611
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14617
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14697
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14713
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14685
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14701
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14717
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14691
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14707
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15102
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15115
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15131
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15118
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15076
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15134
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15099
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15112
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15128
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15106
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15064
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15122
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15080
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15093
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15138
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15057
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15070
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15086
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14875
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14881
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 14901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 14894
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14935
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14928
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 14905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15791
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15784
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15784
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15784
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15142
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15160
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15166
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 15148
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15154
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15240
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15256
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15244
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15260
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15273
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15286
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15234
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15250
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15279
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15700
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15716
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15732
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15748
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15764
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15703
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15719
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15735
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15751
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15767
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15697
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15713
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15729
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15745
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15761
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15707
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15723
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15739
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15755
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15771
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15290
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 15302
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15320
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15326
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 15296
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15308
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15314
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15332
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15338
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15344
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15453
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15482
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15498
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15540
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15556
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15572
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15457
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15470
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15486
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15502
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15515
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15528
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15544
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15560
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15576
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15447
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15463
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15476
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15492
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15508
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15521
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15534
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15550
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15566
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16347
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16353
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16365
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16371
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16377
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16359
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15795
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15801
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15807
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15813
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15828
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15893
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15909
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15881
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15897
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15913
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15887
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15903
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16036
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16042
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16048
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16054
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16189
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16182
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16182
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16182
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16162
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16133
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16149
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16165
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16159
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16137
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16153
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16169
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16127
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16143
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15917
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15923
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15935
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15929
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 15957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 15950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16015
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16003
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16019
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16032
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15996
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16009
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16025
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 15961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16193
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16199
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16205
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16211
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16343
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16336
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16336
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16336
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16303
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16319
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16291
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16323
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16284
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16313
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16484
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16500
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16516
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16487
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16503
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16519
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16471
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16481
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16497
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16513
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16491
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16507
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16459
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16523
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16475
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16452
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16465
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17079
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17097
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17103
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17109
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17091
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16527
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16539
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16545
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16625
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16641
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16613
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16645
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16635
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16768
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16774
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16780
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16786
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16914
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16914
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16914
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16894
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16865
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16881
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16897
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16891
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16869
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16885
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16901
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16875
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16649
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16667
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16661
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16747
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16735
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16751
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16764
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16741
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16757
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16925
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16943
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17075
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17068
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17068
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17068
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 16968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 16958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17035
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17051
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17055
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17045
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 16972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17216
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17232
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17248
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17219
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17235
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17251
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17203
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17213
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17229
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17245
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17223
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17239
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17191
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17255
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17207
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17184
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17197
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17259
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 17265
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 17271
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 17277
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17344
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17360
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17376
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17348
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17364
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17380
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17338
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17354
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17370
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17860
      },
      "name": "DashboardWidgetTimeseriesDefinitionRightYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 17866
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17872
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17878
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17884
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17890
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 17914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 17907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17971
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17987
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18003
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18019
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18035
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17975
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17991
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18007
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18023
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18039
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17965
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17981
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17997
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18013
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18029
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 17918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18043
      },
      "name": "DashboardWidgetTimeseriesDefinitionYaxis",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18049
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18055
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18061
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18067
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18073
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 18097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18154
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18170
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18186
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18202
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18218
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionYaxisOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18158
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18174
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18190
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18206
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18222
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18148
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18164
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18180
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18196
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18212
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6148
      },
      "name": "DashboardWidgetToplistDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6178
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6154
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6184
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6160
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6166
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6172
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18670
      },
      "name": "DashboardWidgetToplistDefinitionCustomLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18676
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18682
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18688
          },
          "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://www.terraform.io/docs/providers/datadog/r/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-structs/structs2800.ts",
            "line": 18694
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionCustomLink"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 18845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18852
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionCustomLinkList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18845
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18845
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18845
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 18720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18780
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18796
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18812
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18828
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionCustomLinkOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18784
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18800
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18816
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18832
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18774
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18790
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18806
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18822
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 6209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6333
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6349
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6336
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6272
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6352
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6288
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6304
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6320
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6330
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6346
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6340
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6276
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6356
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6308
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6292
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6324
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6266
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6282
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6298
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6314
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6213
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5759
      },
      "name": "DashboardWidgetToplistDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5771
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5777
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5783
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5789
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5795
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5801
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5765
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5807
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5813
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5819
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5825
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19408
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19414
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19426
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19432
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19438
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19420
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18856
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18868
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18874
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 18896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18954
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18970
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18942
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18958
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18974
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18948
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18964
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19097
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19103
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19109
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19115
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19250
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19243
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19243
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19243
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19223
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19194
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19210
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19226
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19220
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19198
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19214
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19230
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19188
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19204
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 18978
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18984
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18996
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 18990
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19076
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19064
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19080
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19093
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19057
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19070
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19086
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19254
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19260
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19266
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19272
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19404
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19397
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19397
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19397
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19364
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19380
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19352
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19368
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19384
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19345
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19358
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19374
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19545
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19561
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19577
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19548
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19564
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19580
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19532
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19542
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19558
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19574
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19552
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19568
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19520
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19584
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19536
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19513
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19526
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 243
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 249
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 261
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 267
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 273
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 255
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19588
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19600
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19606
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19686
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19702
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19674
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19690
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19706
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19667
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19680
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19696
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19829
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19835
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19841
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19847
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19982
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19975
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19975
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19975
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19955
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19926
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19942
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19958
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19952
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19930
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19946
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19962
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19920
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19936
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19710
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19716
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19728
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19722
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs2800.ts",
          "line": 19750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs2800.ts",
        "line": 19743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19808
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19796
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19812
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19825
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19789
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19802
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19818
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs2800.ts",
            "line": 19754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs2800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 89
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 95
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 101
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 107
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 232
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 232
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 232
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 199
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 215
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 187
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 203
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 219
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 193
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 209
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 380
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 396
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 412
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 383
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 399
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 415
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 367
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 377
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 393
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 409
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 387
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 403
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 355
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 419
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 371
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 348
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 361
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 423
      },
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 429
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 465
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 477
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 435
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 441
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 447
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 453
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 459
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 471
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 741
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 734
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 734
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 734
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 611
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 627
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 643
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 659
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 675
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 704
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 599
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 615
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 631
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 647
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 663
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 679
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 692
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 708
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 721
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 592
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 605
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 621
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 637
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 653
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 669
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 685
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 698
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 714
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1163
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1181
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1169
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1175
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1187
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1193
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 745
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 751
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 787
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 799
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 757
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 763
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 769
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 775
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 781
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 793
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1063
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1056
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1056
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1056
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 933
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 949
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 965
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 981
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 997
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1026
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 921
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 937
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 953
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 969
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 985
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1001
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1014
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1030
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1043
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 914
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 927
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 943
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 959
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 975
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 991
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1007
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1020
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1036
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1067
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1073
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1079
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1139
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1155
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1143
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1159
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1133
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1149
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1371
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1364
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1364
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1364
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1328
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1344
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1286
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1302
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1331
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1347
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1325
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1341
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1290
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1306
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1335
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1319
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1351
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1280
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1296
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1312
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 6137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6144
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6137
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6137
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6137
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1927
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1933
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1945
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1951
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1957
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1939
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1375
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1387
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1393
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1473
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1489
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1461
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1477
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1493
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1454
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1467
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1483
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1616
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1622
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1628
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1634
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1762
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1762
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1762
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1742
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1713
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1729
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1745
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1739
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1733
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1749
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1723
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1497
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1515
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1509
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1595
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1583
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1599
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1612
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1589
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1605
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1773
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1779
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1785
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1791
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1923
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1916
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1916
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1916
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1806
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1883
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1899
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1871
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1887
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1903
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1893
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 1981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 1974
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2064
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2080
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2096
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2067
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2083
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2099
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2051
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2061
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2077
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2093
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2071
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2087
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2039
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2103
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2055
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2032
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2045
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 1985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5973
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5989
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6005
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6021
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6037
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6053
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6069
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6085
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6101
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6117
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5976
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5992
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6008
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6024
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6040
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6056
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5960
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6072
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6088
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6104
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6120
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5970
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5986
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6002
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6018
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6034
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6050
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6066
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6082
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6098
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6114
          },
          "name": "style",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5980
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5996
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6012
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6028
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6044
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6060
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5964
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6076
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6092
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6108
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6124
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5954
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2107
      },
      "name": "DashboardWidgetToplistDefinitionRequestProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2125
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2113
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2119
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2131
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 2154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2205
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2221
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2250
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2209
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2225
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2238
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2254
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2199
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2215
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2231
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2244
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4013
      },
      "name": "DashboardWidgetToplistDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4019
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4025
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4031
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4037
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4043
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2258
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2264
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2270
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2282
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2288
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2306
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2312
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2318
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2276
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2294
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2300
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 2347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2460
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2502
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2518
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2435
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2448
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2464
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2477
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2490
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2506
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2522
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2535
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2548
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2561
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2428
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2441
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2454
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2470
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2483
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2496
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2512
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2528
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2541
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2554
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2565
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2571
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2577
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2589
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2619
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2625
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2583
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2595
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2601
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 2607
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2613
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 2654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2767
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2796
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2812
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2828
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2844
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2742
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2755
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2771
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2784
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2800
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2816
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2832
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2848
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2861
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2874
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2735
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2748
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2761
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2777
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2790
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2806
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2822
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2838
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2854
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2867
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3372
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3396
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3378
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3390
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3402
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3384
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3408
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2878
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2890
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2896
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3028
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3021
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3021
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3021
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 2921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 2911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2988
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3004
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2976
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2992
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3008
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2982
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2998
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 2925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3154
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3160
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3166
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3172
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3304
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3297
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3297
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3297
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3277
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3264
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3280
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3274
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3252
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3268
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3284
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3245
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3258
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3032
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3044
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3050
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3130
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3146
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3118
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3134
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3150
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3111
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3124
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3140
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3535
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3548
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3564
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3551
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3509
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3567
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3532
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3545
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3561
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3539
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3497
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3555
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3513
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3526
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3571
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3490
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3503
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3519
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3308
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3314
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3327
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3368
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3361
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4224
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4217
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4217
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4217
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3575
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3593
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3599
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 3581
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3587
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3673
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3689
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3677
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3693
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3706
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3719
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3667
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3683
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3699
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3712
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4133
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4149
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4165
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4181
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4197
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4136
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4152
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4168
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4184
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4200
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4130
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4146
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4162
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4178
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4194
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4140
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4156
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4172
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4188
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4204
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3723
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 3735
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3753
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3759
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 3729
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3741
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3747
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3765
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3771
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3777
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 3805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 3798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3886
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3915
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3931
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3973
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3989
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4005
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3890
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3903
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3919
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3935
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3948
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3961
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3977
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3993
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4009
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3880
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3896
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3909
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3925
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3941
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3954
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3967
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3983
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3999
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 3809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4780
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4786
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4798
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4804
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4810
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4792
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4228
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4240
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4246
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4326
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4342
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4314
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4330
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4346
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4320
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4336
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4469
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4475
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4481
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4487
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4615
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4615
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4615
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4595
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4566
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4582
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4598
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4592
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4570
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4586
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4602
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4560
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4576
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4350
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4368
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4362
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4448
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4436
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4452
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4465
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4442
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4458
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4626
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4638
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4644
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4769
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4769
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4769
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4736
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4752
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4724
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4740
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4756
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4717
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4730
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4746
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 4834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4917
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4933
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4949
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4920
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4936
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4952
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4904
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4914
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4930
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4946
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4924
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4940
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4892
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4956
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4908
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4885
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4898
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5512
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5518
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5530
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5536
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5542
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5524
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4960
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4972
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 4978
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 4993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5074
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5078
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5068
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5201
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5207
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5213
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5219
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5354
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5347
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5347
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5347
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5327
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5298
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5314
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5330
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5324
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5302
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5318
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5334
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5292
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5308
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5082
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5088
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5100
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5094
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5180
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5168
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5184
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5197
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5161
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5174
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5190
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5358
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5364
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5370
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5376
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5508
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5501
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5501
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5501
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5468
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5484
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5456
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5472
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5488
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5449
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5462
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5478
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5649
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5665
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5681
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5652
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5668
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5684
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5636
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5646
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5662
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5678
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5656
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5672
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5624
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5688
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5640
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5617
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5630
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5692
      },
      "name": "DashboardWidgetToplistDefinitionRequestStyle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 5698
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestStyle"
    },
    "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 5718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 5711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5751
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestStyleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5755
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5745
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 5722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6360
      },
      "name": "DashboardWidgetTraceServiceDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6372
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6384
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#span_name Dashboard#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6432
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6366
          },
          "name": "displayFormat",
          "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`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6378
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_breakdown Dashboard#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6390
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_distribution Dashboard#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6396
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_errors Dashboard#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6402
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_hits Dashboard#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6408
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#show_latency Dashboard#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6414
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6420
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6426
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6438
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6444
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6450
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTraceServiceDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 6484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6601
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6630
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6659
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6675
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6691
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6707
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6723
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6739
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6755
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6784
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6800
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6816
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetTraceServiceDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6605
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6618
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6634
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6647
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6663
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6679
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6695
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6711
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6727
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6743
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6759
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6772
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6804
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6788
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6820
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6595
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6611
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6624
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6640
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6653
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6669
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6685
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6701
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6717
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6733
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6749
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6765
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6778
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6794
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6810
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9552
      },
      "name": "DashboardWidgetTreemapDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9564
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9558
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinition"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9637
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9640
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9624
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9634
          },
          "name": "request",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9644
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9628
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9618
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9424
      },
      "name": "DashboardWidgetTreemapDefinitionRequest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9430
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9436
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequest"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7242
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormula",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7260
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7248
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7254
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7266
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7272
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6824
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6830
          },
          "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://www.terraform.io/docs/providers/datadog/r/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6866
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6878
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6836
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 6842
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6848
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6854
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6860
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6872
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7142
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7135
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7135
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7135
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 6909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 6899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7012
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7028
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7044
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7060
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7076
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7105
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7000
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7016
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7032
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7048
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7064
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7080
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7093
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7109
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7122
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6993
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7006
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7022
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7038
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7054
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7070
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7086
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7099
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7115
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 6913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7146
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimit",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7152
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7158
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7218
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7234
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7222
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7238
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7212
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7228
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7450
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7443
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7443
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7443
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7407
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7423
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7365
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7381
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7410
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7426
          },
          "name": "resetLimit"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7404
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7420
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7369
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7385
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7414
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7398
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7430
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7359
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7375
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7391
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9548
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9541
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9541
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9541
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9505
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9521
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9508
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9524
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9502
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9518
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9512
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9528
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9209
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9215
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9221
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9227
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9233
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9239
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7454
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7460
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7466
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7484
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7502
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7508
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7514
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7472
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7490
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7496
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7656
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7698
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7714
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7631
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7644
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7660
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7673
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7686
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7702
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7718
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7731
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7744
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7757
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7624
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7637
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7650
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7666
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7679
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7692
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7708
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7724
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7737
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7750
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7761
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7767
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM Environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7773
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7785
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7815
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7821
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7779
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7791
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7797
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 7803
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7809
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 7850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 7843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7963
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7992
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8008
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8024
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8040
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7938
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7951
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7967
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7980
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7996
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8012
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8028
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8044
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8057
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8070
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7931
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7944
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7957
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7973
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7986
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8002
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8018
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8034
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8050
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8063
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 7854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8568
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8592
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8574
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8586
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8598
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8580
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8604
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8074
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8080
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8086
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8092
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8224
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8217
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8217
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8217
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8184
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8200
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8172
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8188
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8204
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8165
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8178
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8194
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8350
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8356
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8362
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8368
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8500
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8493
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8493
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8493
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8473
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8460
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8476
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8470
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8448
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8464
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8480
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8441
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8454
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8228
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8240
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8246
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8326
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8342
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8314
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8330
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8346
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8320
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8336
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8731
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8744
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8760
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8747
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8705
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8763
          },
          "name": "resetSearch"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8728
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8741
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8757
          },
          "name": "search",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8735
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8693
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8751
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8709
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8722
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8767
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8686
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8699
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8715
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8504
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8510
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8523
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8564
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8557
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9420
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9413
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9413
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9413
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8771
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8789
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8795
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 8777
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8783
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 8818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8869
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8885
          },
          "name": "resetDataSource"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8873
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8889
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8902
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8915
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8863
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8879
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8895
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8908
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9329
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9345
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9361
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9377
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9393
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9332
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9348
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9364
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9380
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9396
          },
          "name": "resetProcessQuery"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9326
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9342
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9358
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9374
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9390
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9336
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9352
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9368
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9384
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9400
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8919
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 8931
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8949
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8955
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 8925
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8937
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8943
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8961
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8967
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 8973
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 8994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9082
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9111
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9127
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9169
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9185
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9201
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9086
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9099
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9115
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9131
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9144
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9157
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9173
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9189
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9205
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9076
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9092
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9105
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9121
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9137
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9150
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9163
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9179
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9195
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktf/provider-datadog.DashboardWidgetWidgetLayout": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9648
      },
      "name": "DashboardWidgetWidgetLayout",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#height Dashboard#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9654
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9666
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#x Dashboard#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/dashboard-structs/structs3200.ts",
            "line": 9672
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/dashboard#y Dashboard#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/dashboard-structs/structs3200.ts",
            "line": 9678
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only for the new dashboard layout and only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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-structs/structs3200.ts",
            "line": 9660
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetWidgetLayout"
    },
    "@cdktf/provider-datadog.DashboardWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-structs/structs3200.ts",
          "line": 9702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-structs/structs3200.ts",
        "line": 9695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9772
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardWidgetWidgetLayoutOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9760
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9776
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9789
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9802
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9815
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9753
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9766
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9782
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9795
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9808
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-structs/structs3200.ts",
            "line": 9706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DashboardWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-structs/structs3200:DashboardWidgetWidgetLayoutOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogApiKey": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/api_key datadog_api_key}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogApiKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/api_key datadog_api_key} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-api-key.ts",
          "line": 48
        },
        "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": "@cdktf/provider-datadog.DataDatadogApiKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-api-key.ts",
        "line": 30
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 80
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 101
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogApiKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 35
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 89
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 84
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 105
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 74
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 95
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-api-key:DataDatadogApiKey"
    },
    "@cdktf/provider-datadog.DataDatadogApiKeyConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogApiKeyConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-api-key.ts",
        "line": 9
      },
      "name": "DataDatadogApiKeyConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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": "Id for API Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 18
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/api_key#name DataDatadogApiKey#name}",
            "stability": "stable",
            "summary": "Name for API Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key.ts",
            "line": 24
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-api-key:DataDatadogApiKeyConfig"
    },
    "@cdktf/provider-datadog.DataDatadogApplicationKey": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/application_key datadog_application_key}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogApplicationKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/application_key datadog_application_key} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-application-key.ts",
          "line": 48
        },
        "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": "@cdktf/provider-datadog.DataDatadogApplicationKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-application-key.ts",
        "line": 30
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 80
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 101
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogApplicationKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 35
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 89
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 84
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 105
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 74
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 95
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-application-key:DataDatadogApplicationKey"
    },
    "@cdktf/provider-datadog.DataDatadogApplicationKeyConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogApplicationKeyConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-application-key.ts",
        "line": 9
      },
      "name": "DataDatadogApplicationKeyConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/application_key#id DataDatadogApplicationKey#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 Application Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 18
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/application_key#name DataDatadogApplicationKey#name}",
            "stability": "stable",
            "summary": "Name for Application Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-application-key.ts",
            "line": 24
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-application-key:DataDatadogApplicationKeyConfig"
    },
    "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRules": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
          "line": 124
        },
        "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": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
        "line": 106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 161
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 173
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCloudWorkloadSecurityAgentRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 111
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 149
          },
          "name": "agentRules",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 165
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 155
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules:DataDatadogCloudWorkloadSecurityAgentRules"
    },
    "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
        "line": 18
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRules",
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules:DataDatadogCloudWorkloadSecurityAgentRulesAgentRules"
    },
    "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
          "line": 91
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 98
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 91
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 91
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 91
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList"
    },
    "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
          "line": 39
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 30
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 59
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 64
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 69
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 74
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 79
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 43
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogCloudWorkloadSecurityAgentRulesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
        "line": 9
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesConfig",
      "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://www.terraform.io/docs/providers/datadog/d/cloud_workload_security_agent_rules#id DataDatadogCloudWorkloadSecurityAgentRules#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules:DataDatadogCloudWorkloadSecurityAgentRulesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogDashboard": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/dashboard datadog_dashboard}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogDashboard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/dashboard datadog_dashboard} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-dashboard.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogDashboardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDashboard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 100
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 105
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard:DataDatadogDashboard"
    },
    "@cdktf/provider-datadog.DataDatadogDashboardConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogDashboardConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard.ts",
        "line": 9
      },
      "name": "DataDatadogDashboardConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/d/dashboard#id DataDatadogDashboard#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard:DataDatadogDashboardConfig"
    },
    "@cdktf/provider-datadog.DataDatadogDashboardList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/dashboard_list datadog_dashboard_list}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogDashboardList",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/dashboard_list datadog_dashboard_list} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-dashboard-list.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogDashboardListConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard-list.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDashboardList",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard-list:DataDatadogDashboardList"
    },
    "@cdktf/provider-datadog.DataDatadogDashboardListConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogDashboardListConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard-list.ts",
        "line": 9
      },
      "name": "DataDatadogDashboardListConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/dashboard_list#name DataDatadogDashboardList#name}",
            "stability": "stable",
            "summary": "A dashboard list name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/d/dashboard_list#id DataDatadogDashboardList#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard-list:DataDatadogDashboardListConfig"
    },
    "@cdktf/provider-datadog.DataDatadogIpRanges": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/ip_ranges datadog_ip_ranges}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogIpRanges",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/ip_ranges datadog_ip_ranges} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-ip-ranges.ts",
          "line": 40
        },
        "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": "@cdktf/provider-datadog.DataDatadogIpRangesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-ip-ranges.ts",
        "line": 22
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 101
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 165
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIpRanges",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 27
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 64
          },
          "name": "agentsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 69
          },
          "name": "agentsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 74
          },
          "name": "apiIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 79
          },
          "name": "apiIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 84
          },
          "name": "apmIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 89
          },
          "name": "apmIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 110
          },
          "name": "logsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 115
          },
          "name": "logsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 120
          },
          "name": "processIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 125
          },
          "name": "processIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 130
          },
          "name": "syntheticsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 136
          },
          "name": "syntheticsIpv4ByLocation",
          "type": {
            "fqn": "cdktf.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 141
          },
          "name": "syntheticsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 147
          },
          "name": "syntheticsIpv6ByLocation",
          "type": {
            "fqn": "cdktf.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 152
          },
          "name": "webhooksIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 157
          },
          "name": "webhooksIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 105
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 95
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-ip-ranges:DataDatadogIpRanges"
    },
    "@cdktf/provider-datadog.DataDatadogIpRangesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogIpRangesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-ip-ranges.ts",
        "line": 9
      },
      "name": "DataDatadogIpRangesConfig",
      "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://www.terraform.io/docs/providers/datadog/d/ip_ranges#id DataDatadogIpRanges#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-ip-ranges:DataDatadogIpRangesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexes": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/logs_indexes datadog_logs_indexes}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexes",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/logs_indexes datadog_logs_indexes} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 334
        },
        "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": "@cdktf/provider-datadog.DataDatadogLogsIndexesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 365
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 383
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexes",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 321
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 375
          },
          "name": "logsIndexes",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 369
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 359
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexes"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 9
      },
      "name": "DataDatadogLogsIndexesConfig",
      "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://www.terraform.io/docs/providers/datadog/d/logs_indexes#id DataDatadogLogsIndexes#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexes": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexes",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 226
      },
      "name": "DataDatadogLogsIndexesLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexes"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 87
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilter",
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilter"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 18
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter",
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 69
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 83
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 76
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 76
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 76
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 39
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 30
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 59
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 64
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 43
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 158
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 151
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 151
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 151
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilterList"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 99
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 129
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 134
          },
          "name": "isEnabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes.ts",
        "line": 162
      },
      "name": "DataDatadogLogsIndexesLogsIndexesFilter",
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesFilter"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 215
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 215
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 215
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesFilterList"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 174
      },
      "name": "DataDatadogLogsIndexesLogsIndexesFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 203
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesFilterOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 308
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 301
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 301
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 301
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesList"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes.ts",
          "line": 247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 238
      },
      "name": "DataDatadogLogsIndexesLogsIndexesOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 267
          },
          "name": "dailyLimit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 273
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 279
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexesFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 284
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 289
          },
          "name": "retentionDays",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes.ts",
            "line": 251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesLogsIndexes"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes:DataDatadogLogsIndexesLogsIndexesOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesOrder": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/logs_indexes_order datadog_logs_indexes_order}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/logs_indexes_order datadog_logs_indexes_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes-order.ts",
          "line": 40
        },
        "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": "@cdktf/provider-datadog.DataDatadogLogsIndexesOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes-order.ts",
        "line": 22
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 71
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 27
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 80
          },
          "name": "indexNames",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 75
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 65
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes-order:DataDatadogLogsIndexesOrder"
    },
    "@cdktf/provider-datadog.DataDatadogLogsIndexesOrderConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogLogsIndexesOrderConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes-order.ts",
        "line": 9
      },
      "name": "DataDatadogLogsIndexesOrderConfig",
      "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://www.terraform.io/docs/providers/datadog/d/logs_indexes_order#id DataDatadogLogsIndexesOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes-order:DataDatadogLogsIndexesOrderConfig"
    },
    "@cdktf/provider-datadog.DataDatadogMonitor": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/monitor datadog_monitor}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitor",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/monitor datadog_monitor} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor.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",
            "optional": true,
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogMonitorConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor.ts",
        "line": 198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 270
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 301
          },
          "name": "resetMonitorTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 334
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 410
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 432
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMonitor",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 203
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 243
          },
          "name": "enableLogsSample",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 248
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 253
          },
          "name": "evaluationDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 258
          },
          "name": "groupbySimpleMonitor",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 279
          },
          "name": "includeTags",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 284
          },
          "name": "locked",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 289
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 317
          },
          "name": "monitorThresholds",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 311
          },
          "name": "monitorThresholdWindows",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 322
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 343
          },
          "name": "newGroupDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 348
          },
          "name": "newHostDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 353
          },
          "name": "noDataTimeframe",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 358
          },
          "name": "notifyAudit",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 363
          },
          "name": "notifyNoData",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 368
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 373
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 378
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 383
          },
          "name": "renotifyStatuses",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 388
          },
          "name": "requireFullWindow",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 393
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 398
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 419
          },
          "name": "timeoutH",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 424
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 274
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 305
          },
          "name": "monitorTagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 338
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 414
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 264
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 295
          },
          "name": "monitorTagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 328
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 404
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitor"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor.ts",
        "line": 9
      },
      "name": "DataDatadogMonitorConfig",
      "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://www.terraform.io/docs/providers/datadog/d/monitor#id DataDatadogMonitor#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 22
          },
          "name": "monitorTagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/monitor#name_filter DataDatadogMonitor#name_filter}",
            "stability": "stable",
            "summary": "A monitor name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 28
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 34
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorConfig"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindows": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindows",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor.ts",
        "line": 36
      },
      "name": "DataDatadogMonitorMonitorThresholdWindows",
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholdWindows"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 87
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 101
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorMonitorThresholdWindowsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 94
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 94
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 94
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholdWindowsList"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindowsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor.ts",
          "line": 57
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 48
      },
      "name": "DataDatadogMonitorMonitorThresholdWindowsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 77
          },
          "name": "recoveryWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 82
          },
          "name": "triggerWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 61
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdWindows"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholdWindowsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholds": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor.ts",
        "line": 105
      },
      "name": "DataDatadogMonitorMonitorThresholds",
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholds"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor.ts",
          "line": 183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorMonitorThresholdsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 183
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 183
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 183
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholdsList"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor.ts",
          "line": 126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 117
      },
      "name": "DataDatadogMonitorMonitorThresholdsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 146
          },
          "name": "critical",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 151
          },
          "name": "criticalRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 156
          },
          "name": "ok",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 161
          },
          "name": "unknown",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 166
          },
          "name": "warning",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 171
          },
          "name": "warningRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor.ts",
            "line": 130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorMonitorThresholds"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor:DataDatadogMonitorMonitorThresholdsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogMonitors": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/monitors datadog_monitors}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitors",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/monitors datadog_monitors} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors.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",
            "optional": true,
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitors.ts",
        "line": 114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 166
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 182
          },
          "name": "resetMonitorTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 204
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 220
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 232
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMonitors",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 119
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 192
          },
          "name": "monitors",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 170
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 186
          },
          "name": "monitorTagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 208
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 224
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 160
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 176
          },
          "name": "monitorTagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 198
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 214
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors:DataDatadogMonitors"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorsConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitors.ts",
        "line": 9
      },
      "name": "DataDatadogMonitorsConfig",
      "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://www.terraform.io/docs/providers/datadog/d/monitors#id DataDatadogMonitors#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 22
          },
          "name": "monitorTagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/monitors#name_filter DataDatadogMonitors#name_filter}",
            "stability": "stable",
            "summary": "A monitor name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 28
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 34
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors:DataDatadogMonitorsConfig"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorsMonitors": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitors",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitors.ts",
        "line": 36
      },
      "name": "DataDatadogMonitorsMonitors",
      "symbolId": "src/data-datadog-monitors:DataDatadogMonitorsMonitors"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors.ts",
          "line": 99
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 92
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 106
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorsMonitorsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 99
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 99
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 99
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors:DataDatadogMonitorsMonitorsList"
    },
    "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitorsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors.ts",
          "line": 57
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 48
      },
      "name": "DataDatadogMonitorsMonitorsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 77
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 82
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 87
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors.ts",
            "line": 61
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogMonitorsMonitors"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors:DataDatadogMonitorsMonitorsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogPermissions": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/permissions datadog_permissions}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogPermissions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/permissions datadog_permissions} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-permissions.ts",
          "line": 40
        },
        "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": "@cdktf/provider-datadog.DataDatadogPermissionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-permissions.ts",
        "line": 22
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 71
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 89
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogPermissions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 27
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 81
          },
          "name": "permissions",
          "type": {
            "fqn": "cdktf.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 75
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 65
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-permissions:DataDatadogPermissions"
    },
    "@cdktf/provider-datadog.DataDatadogPermissionsConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogPermissionsConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-permissions.ts",
        "line": 9
      },
      "name": "DataDatadogPermissionsConfig",
      "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://www.terraform.io/docs/providers/datadog/d/permissions#id DataDatadogPermissions#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-permissions:DataDatadogPermissionsConfig"
    },
    "@cdktf/provider-datadog.DataDatadogRole": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/role datadog_role}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRole",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/role datadog_role} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-role.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogRoleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-role.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 91
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRole",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 100
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 105
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 79
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 95
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 72
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 85
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role:DataDatadogRole"
    },
    "@cdktf/provider-datadog.DataDatadogRoleConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRoleConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-role.ts",
        "line": 9
      },
      "name": "DataDatadogRoleConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/role#filter DataDatadogRole#filter}",
            "stability": "stable",
            "summary": "A string on which to filter the roles."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/d/role#id DataDatadogRole#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role:DataDatadogRoleConfig"
    },
    "@cdktf/provider-datadog.DataDatadogRoles": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/roles datadog_roles}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRoles",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/roles datadog_roles} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles.ts",
          "line": 120
        },
        "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": "@cdktf/provider-datadog.DataDatadogRolesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-roles.ts",
        "line": 102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 152
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 168
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 186
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRoles",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 107
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 178
          },
          "name": "roles",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogRolesRolesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 156
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 172
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 146
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 162
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles:DataDatadogRoles"
    },
    "@cdktf/provider-datadog.DataDatadogRolesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRolesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-roles.ts",
        "line": 9
      },
      "name": "DataDatadogRolesConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/roles#filter DataDatadogRoles#filter}",
            "stability": "stable",
            "summary": "Filter all roles by the given string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/d/roles#id DataDatadogRoles#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles:DataDatadogRolesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogRolesRoles": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRolesRoles",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-roles.ts",
        "line": 24
      },
      "name": "DataDatadogRolesRoles",
      "symbolId": "src/data-datadog-roles:DataDatadogRolesRoles"
    },
    "@cdktf/provider-datadog.DataDatadogRolesRolesList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRolesRolesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles.ts",
          "line": 87
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 80
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 94
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogRolesRolesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogRolesRolesList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 87
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 87
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 87
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles:DataDatadogRolesRolesList"
    },
    "@cdktf/provider-datadog.DataDatadogRolesRolesOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogRolesRolesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles.ts",
          "line": 45
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 36
      },
      "name": "DataDatadogRolesRolesOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 65
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 70
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 75
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles.ts",
            "line": 49
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogRolesRoles"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles:DataDatadogRolesRolesOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFilters": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/security_monitoring_filters datadog_security_monitoring_filters}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFilters",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/security_monitoring_filters datadog_security_monitoring_filters} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters.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": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters.ts",
        "line": 181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 241
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 253
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFilters",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 186
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 224
          },
          "name": "filters",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 229
          },
          "name": "filtersIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 245
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 235
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFilters"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters.ts",
        "line": 9
      },
      "name": "DataDatadogSecurityMonitoringFiltersConfig",
      "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://www.terraform.io/docs/providers/datadog/d/security_monitoring_filters#id DataDatadogSecurityMonitoringFilters#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersConfig"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFilters": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters.ts",
        "line": 87
      },
      "name": "DataDatadogSecurityMonitoringFiltersFilters",
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFilters"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters.ts",
        "line": 18
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter",
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 69
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 83
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 76
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 76
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 76
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters.ts",
          "line": 39
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 30
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 59
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 64
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 43
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters.ts",
          "line": 166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 173
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFiltersFiltersList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 166
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 166
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 166
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFiltersList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters.ts",
          "line": 108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 99
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 129
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 134
          },
          "name": "filteredDataType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 139
          },
          "name": "isEnabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 144
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 149
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 154
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters.ts",
            "line": 112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringFiltersFilters"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters:DataDatadogSecurityMonitoringFiltersFiltersOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRules": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/security_monitoring_rules datadog_security_monitoring_rules}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/security_monitoring_rules datadog_security_monitoring_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 733
        },
        "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": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 768
          },
          "name": "resetDefaultOnlyFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 784
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 800
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 827
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 843
          },
          "name": "resetUserOnlyFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 855
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 720
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 809
          },
          "name": "ruleIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 815
          },
          "name": "rules",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 772
          },
          "name": "defaultOnlyFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 788
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 804
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 831
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 847
          },
          "name": "userOnlyFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 762
          },
          "name": "defaultOnlyFilter",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 778
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 794
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 821
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 837
          },
          "name": "userOnlyFilter",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRules"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 9
      },
      "name": "DataDatadogSecurityMonitoringRulesConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 15
          },
          "name": "defaultOnlyFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/d/security_monitoring_rules#id DataDatadogSecurityMonitoringRules#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 28
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 34
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 40
          },
          "name": "userOnlyFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRules": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 598
      },
      "name": "DataDatadogSecurityMonitoringRulesRules",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRules"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCase": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 42
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCase",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesCase"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 117
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 110
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 110
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 110
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesCaseList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 63
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 54
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 83
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 93
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 98
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 67
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCase"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesCaseOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 121
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesFilter",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesFilter"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 186
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 179
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 179
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 179
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesFilterList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 133
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 162
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 167
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesFilterOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 693
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 707
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 700
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 700
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 700
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 333
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptions",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptions"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 190
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 250
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 243
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 243
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 243
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 202
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 231
          },
          "name": "baselineUserLocations",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 425
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 418
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 418
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 418
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 254
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 329
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 322
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 322
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 322
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 266
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 295
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 300
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 305
          },
          "name": "learningMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 310
          },
          "name": "learningThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 345
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 374
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 379
          },
          "name": "detectionMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 384
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 390
          },
          "name": "impossibleTravelOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 395
          },
          "name": "keepAlive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 400
          },
          "name": "maxSignalDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 406
          },
          "name": "newValueOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 610
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 640
          },
          "name": "case",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 645
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 651
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 656
          },
          "name": "hasExtendedTitle",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 661
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 666
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 672
          },
          "name": "options",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 678
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 683
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 688
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRules"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 498
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQuery",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQuery"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules.ts",
        "line": 429
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRule",
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQueryAgentRule"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 494
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 487
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 487
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 487
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 441
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 470
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 475
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 594
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 587
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 587
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 587
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQueryList"
    },
    "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules.ts",
          "line": 519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 510
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 540
          },
          "name": "agentRule",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 550
          },
          "name": "distinctFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 555
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 560
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 565
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 570
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 575
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules.ts",
            "line": 523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogSecurityMonitoringRulesRulesQuery"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules:DataDatadogSecurityMonitoringRulesRulesQueryOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjective": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/service_level_objective datadog_service_level_objective}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjective",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/service_level_objective datadog_service_level_objective} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objective.ts",
          "line": 60
        },
        "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": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective.ts",
        "line": 42
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 94
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 110
          },
          "name": "resetMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 131
          },
          "name": "resetNameQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 147
          },
          "name": "resetTagsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 164
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjective",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 47
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 156
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 98
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 114
          },
          "name": "metricsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 135
          },
          "name": "nameQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 151
          },
          "name": "tagsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 88
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 104
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 125
          },
          "name": "nameQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective.ts",
            "line": 141
          },
          "name": "tagsQuery",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objective:DataDatadogServiceLevelObjective"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectiveConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectiveConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective.ts",
        "line": 9
      },
      "name": "DataDatadogServiceLevelObjectiveConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 18
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 24
          },
          "name": "metricsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 30
          },
          "name": "nameQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 36
          },
          "name": "tagsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objective:DataDatadogServiceLevelObjectiveConfig"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectives": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/service_level_objectives datadog_service_level_objectives}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectives",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/service_level_objectives datadog_service_level_objectives} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives.ts",
          "line": 138
        },
        "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": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives.ts",
        "line": 120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 173
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 189
          },
          "name": "resetIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 205
          },
          "name": "resetMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 221
          },
          "name": "resetNameQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 243
          },
          "name": "resetTagsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 255
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjectives",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 125
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 231
          },
          "name": "slos",
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 177
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 193
          },
          "name": "idsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 209
          },
          "name": "metricsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 225
          },
          "name": "nameQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 247
          },
          "name": "tagsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 167
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 183
          },
          "name": "ids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 199
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 215
          },
          "name": "nameQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 237
          },
          "name": "tagsQuery",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives:DataDatadogServiceLevelObjectives"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives.ts",
        "line": 9
      },
      "name": "DataDatadogServiceLevelObjectivesConfig",
      "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://www.terraform.io/docs/providers/datadog/d/service_level_objectives#id DataDatadogServiceLevelObjectives#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 22
          },
          "name": "ids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 28
          },
          "name": "metricsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 34
          },
          "name": "nameQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/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.ts",
            "line": 40
          },
          "name": "tagsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives:DataDatadogServiceLevelObjectivesConfig"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlos": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlos",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives.ts",
        "line": 42
      },
      "name": "DataDatadogServiceLevelObjectivesSlos",
      "symbolId": "src/data-datadog-service-level-objectives:DataDatadogServiceLevelObjectivesSlos"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives.ts",
          "line": 105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 98
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjectivesSlosList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 105
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 105
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 105
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives:DataDatadogServiceLevelObjectivesSlosList"
    },
    "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlosOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives.ts",
          "line": 63
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 54
      },
      "name": "DataDatadogServiceLevelObjectivesSlosOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 83
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 93
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives.ts",
            "line": 67
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DataDatadogServiceLevelObjectivesSlos"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives:DataDatadogServiceLevelObjectivesSlosOutputReference"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsGlobalVariable": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_global_variable datadog_synthetics_global_variable}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsGlobalVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_global_variable datadog_synthetics_global_variable} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-global-variable.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogSyntheticsGlobalVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-global-variable.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsGlobalVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.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.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-global-variable:DataDatadogSyntheticsGlobalVariable"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsGlobalVariableConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsGlobalVariableConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-global-variable.ts",
        "line": 9
      },
      "name": "DataDatadogSyntheticsGlobalVariableConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_global_variable#name DataDatadogSyntheticsGlobalVariable#name}",
            "stability": "stable",
            "summary": "The synthetics global variable name to search for. Must only match one global variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/d/synthetics_global_variable#id DataDatadogSyntheticsGlobalVariable#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-global-variable:DataDatadogSyntheticsGlobalVariableConfig"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsLocations": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_locations datadog_synthetics_locations}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsLocations",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_locations datadog_synthetics_locations} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-locations.ts",
          "line": 40
        },
        "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": "@cdktf/provider-datadog.DataDatadogSyntheticsLocationsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-locations.ts",
        "line": 22
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 71
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 89
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsLocations",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 27
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 81
          },
          "name": "locations",
          "type": {
            "fqn": "cdktf.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 75
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 65
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-locations:DataDatadogSyntheticsLocations"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsLocationsConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsLocationsConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-locations.ts",
        "line": 9
      },
      "name": "DataDatadogSyntheticsLocationsConfig",
      "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://www.terraform.io/docs/providers/datadog/d/synthetics_locations#id DataDatadogSyntheticsLocations#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-locations:DataDatadogSyntheticsLocationsConfig"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsTest": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_test datadog_synthetics_test}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsTest",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_test datadog_synthetics_test} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-test.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogSyntheticsTestConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-test.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 118
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsTest",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 87
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 92
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 110
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 105
          },
          "name": "testIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 98
          },
          "name": "testId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-test:DataDatadogSyntheticsTest"
    },
    "@cdktf/provider-datadog.DataDatadogSyntheticsTestConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogSyntheticsTestConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-test.ts",
        "line": 9
      },
      "name": "DataDatadogSyntheticsTestConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/synthetics_test#test_id DataDatadogSyntheticsTest#test_id}",
            "stability": "stable",
            "summary": "The synthetic test id to search for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/d/synthetics_test#id DataDatadogSyntheticsTest#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-test:DataDatadogSyntheticsTestConfig"
    },
    "@cdktf/provider-datadog.DataDatadogUser": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/d/user datadog_user}."
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogUser",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/d/user datadog_user} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-user.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.DataDatadogUserConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-user.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 96
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogUser",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 71
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 105
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 84
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 100
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 77
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 90
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-user:DataDatadogUser"
    },
    "@cdktf/provider-datadog.DataDatadogUserConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DataDatadogUserConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-user.ts",
        "line": 9
      },
      "name": "DataDatadogUserConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/d/user#filter DataDatadogUser#filter}",
            "stability": "stable",
            "summary": "Filter all users by the given string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/d/user#id DataDatadogUser#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-user:DataDatadogUserConfig"
    },
    "@cdktf/provider-datadog.DatadogProvider": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformProvider",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog datadog}."
      },
      "fqn": "@cdktf/provider-datadog.DatadogProvider",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog datadog} Resource."
        },
        "locationInModule": {
          "filename": "src/datadog-provider.ts",
          "line": 75
        },
        "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": "@cdktf/provider-datadog.DatadogProviderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/datadog-provider.ts",
        "line": 57
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 202
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 106
          },
          "name": "resetApiKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 122
          },
          "name": "resetApiUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 138
          },
          "name": "resetAppKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 154
          },
          "name": "resetHttpClientRetryEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 170
          },
          "name": "resetHttpClientRetryTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 186
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 214
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformProvider",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DatadogProvider",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 62
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 206
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 110
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 126
          },
          "name": "apiUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 142
          },
          "name": "appKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 158
          },
          "name": "httpClientRetryEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 174
          },
          "name": "httpClientRetryTimeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 190
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 196
          },
          "name": "alias",
          "optional": true,
          "overrides": "cdktf.TerraformProvider",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 100
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 116
          },
          "name": "apiUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 132
          },
          "name": "appKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 148
          },
          "name": "httpClientRetryEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 164
          },
          "name": "httpClientRetryTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 180
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/datadog-provider:DatadogProvider"
    },
    "@cdktf/provider-datadog.DatadogProviderConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DatadogProviderConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/datadog-provider.ts",
        "line": 9
      },
      "name": "DatadogProviderConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#alias DatadogProvider#alias}",
            "stability": "stable",
            "summary": "Alias name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 51
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#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/datadog-provider.ts",
            "line": 15
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can also be set via the DD_HOST environment variable. 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/.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#api_url DatadogProvider#api_url}",
            "stability": "stable",
            "summary": "The API URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 21
          },
          "name": "apiUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#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/datadog-provider.ts",
            "line": 27
          },
          "name": "appKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#http_client_retry_enabled DatadogProvider#http_client_retry_enabled}",
            "stability": "stable",
            "summary": "Enables request retries on HTTP status codes 429 and 5xx. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 33
          },
          "name": "httpClientRetryEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#http_client_retry_timeout DatadogProvider#http_client_retry_timeout}",
            "stability": "stable",
            "summary": "The HTTP request retry timeout period."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 39
          },
          "name": "httpClientRetryTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Default is true. When false, api_key and app_key won't be checked.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog#validate DatadogProvider#validate}",
            "stability": "stable",
            "summary": "Enables validation of the provided API and APP keys during provider initialization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datadog-provider.ts",
            "line": 45
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/datadog-provider:DatadogProviderConfig"
    },
    "@cdktf/provider-datadog.Downtime": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/downtime datadog_downtime}."
      },
      "fqn": "@cdktf/provider-datadog.Downtime",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/downtime datadog_downtime} Resource."
        },
        "locationInModule": {
          "filename": "src/downtime.ts",
          "line": 315
        },
        "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": "@cdktf/provider-datadog.DowntimeConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime.ts",
        "line": 297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 542
          },
          "name": "putRecurrence",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.DowntimeRecurrence"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 372
          },
          "name": "resetEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 388
          },
          "name": "resetEndDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 404
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 420
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 436
          },
          "name": "resetMonitorId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 452
          },
          "name": "resetMonitorTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 468
          },
          "name": "resetMuteFirstRecoveryNotification"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 545
          },
          "name": "resetRecurrence"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 497
          },
          "name": "resetStart"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 513
          },
          "name": "resetStartDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 529
          },
          "name": "resetTimezone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 557
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Downtime",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 302
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 350
          },
          "name": "active",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 355
          },
          "name": "activeChildId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 360
          },
          "name": "disabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 539
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktf/provider-datadog.DowntimeRecurrenceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 392
          },
          "name": "endDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 376
          },
          "name": "endInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 408
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 424
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 440
          },
          "name": "monitorIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 456
          },
          "name": "monitorTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 472
          },
          "name": "muteFirstRecoveryNotificationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 549
          },
          "name": "recurrenceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DowntimeRecurrence"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 485
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 517
          },
          "name": "startDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 501
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 533
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 366
          },
          "name": "end",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 382
          },
          "name": "endDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 398
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 414
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 430
          },
          "name": "monitorId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 446
          },
          "name": "monitorTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 462
          },
          "name": "muteFirstRecoveryNotification",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 478
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 491
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 507
          },
          "name": "startDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 523
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime:Downtime"
    },
    "@cdktf/provider-datadog.DowntimeConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DowntimeConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime.ts",
        "line": 9
      },
      "name": "DowntimeConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 58
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/downtime#end Downtime#end}",
            "stability": "stable",
            "summary": "Optionally specify an end date when this downtime should expire."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 15
          },
          "name": "end",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 21
          },
          "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://www.terraform.io/docs/providers/datadog/r/downtime#id Downtime#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 46
          },
          "name": "monitorTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 52
          },
          "name": "muteFirstRecoveryNotification",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/downtime#recurrence Downtime#recurrence}",
            "stability": "stable",
            "summary": "recurrence block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 82
          },
          "name": "recurrence",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DowntimeRecurrence"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/downtime#start Downtime#start}",
            "stability": "stable",
            "summary": "Specify when this downtime should start."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 64
          },
          "name": "start",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 70
          },
          "name": "startDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/downtime#timezone Downtime#timezone}",
            "stability": "stable",
            "summary": "The timezone for the downtime, default UTC."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 76
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime:DowntimeConfig"
    },
    "@cdktf/provider-datadog.DowntimeRecurrence": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DowntimeRecurrence",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime.ts",
        "line": 84
      },
      "name": "DowntimeRecurrence",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/downtime#type Downtime#type}",
            "stability": "stable",
            "summary": "One of `days`, `weeks`, `months`, `years`, or `rrule`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 102
          },
          "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://www.terraform.io/docs/providers/datadog/r/downtime#period Downtime#period}",
            "stability": "stable",
            "summary": "How often to repeat as an integer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 90
          },
          "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://www.terraform.io/docs/providers/datadog/r/downtime#rrule Downtime#rrule}",
            "stability": "stable",
            "summary": "The RRULE standard for defining recurring events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 96
          },
          "name": "rrule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 108
          },
          "name": "untilDate",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 114
          },
          "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://www.terraform.io/docs/providers/datadog/r/downtime#week_days Downtime#week_days}",
            "stability": "stable",
            "summary": "A list of week days to repeat on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 120
          },
          "name": "weekDays",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/downtime:DowntimeRecurrence"
    },
    "@cdktf/provider-datadog.DowntimeRecurrenceOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.DowntimeRecurrenceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime.ts",
          "line": 145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime.ts",
        "line": 138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 208
          },
          "name": "resetPeriod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 224
          },
          "name": "resetRrule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 253
          },
          "name": "resetUntilDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 269
          },
          "name": "resetUntilOccurrences"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 285
          },
          "name": "resetWeekDays"
        }
      ],
      "name": "DowntimeRecurrenceOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 212
          },
          "name": "periodInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 228
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 241
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 257
          },
          "name": "untilDateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 273
          },
          "name": "untilOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 289
          },
          "name": "weekDaysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 202
          },
          "name": "period",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 218
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 234
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 247
          },
          "name": "untilDate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 263
          },
          "name": "untilOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 279
          },
          "name": "weekDays",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime.ts",
            "line": 149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.DowntimeRecurrence"
          }
        }
      ],
      "symbolId": "src/downtime:DowntimeRecurrenceOutputReference"
    },
    "@cdktf/provider-datadog.IntegrationAws": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws datadog_integration_aws}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAws",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws datadog_integration_aws} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws.ts",
          "line": 106
        },
        "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": "@cdktf/provider-datadog.IntegrationAwsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws.ts",
        "line": 88
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 148
          },
          "name": "resetAccessKeyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 164
          },
          "name": "resetAccountId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 180
          },
          "name": "resetAccountSpecificNamespaceRules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 196
          },
          "name": "resetCspmResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 212
          },
          "name": "resetExcludedRegions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 233
          },
          "name": "resetFilterTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 249
          },
          "name": "resetHostTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 265
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 281
          },
          "name": "resetMetricsCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 297
          },
          "name": "resetResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 313
          },
          "name": "resetRoleName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 329
          },
          "name": "resetSecretAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 341
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAws",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 93
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 221
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 152
          },
          "name": "accessKeyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 168
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 184
          },
          "name": "accountSpecificNamespaceRulesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "union": {
                  "types": [
                    {
                      "primitive": "boolean"
                    },
                    {
                      "fqn": "cdktf.IResolvable"
                    }
                  ]
                }
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 200
          },
          "name": "cspmResourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 216
          },
          "name": "excludedRegionsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 237
          },
          "name": "filterTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 253
          },
          "name": "hostTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 269
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 285
          },
          "name": "metricsCollectionEnabledInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 301
          },
          "name": "resourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 317
          },
          "name": "roleNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 333
          },
          "name": "secretAccessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 142
          },
          "name": "accessKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 158
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 174
          },
          "name": "accountSpecificNamespaceRules",
          "type": {
            "collection": {
              "elementtype": {
                "union": {
                  "types": [
                    {
                      "primitive": "boolean"
                    },
                    {
                      "fqn": "cdktf.IResolvable"
                    }
                  ]
                }
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 190
          },
          "name": "cspmResourceCollectionEnabled",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 206
          },
          "name": "excludedRegions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 227
          },
          "name": "filterTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 243
          },
          "name": "hostTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 259
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 275
          },
          "name": "metricsCollectionEnabled",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 291
          },
          "name": "resourceCollectionEnabled",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 307
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 323
          },
          "name": "secretAccessKey",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws:IntegrationAws"
    },
    "@cdktf/provider-datadog.IntegrationAwsConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws.ts",
        "line": 9
      },
      "name": "IntegrationAwsConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#access_key_id IntegrationAws#access_key_id}",
            "stability": "stable",
            "summary": "Your AWS access key ID. Only required if your AWS account is a GovCloud or China account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 15
          },
          "name": "accessKeyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#account_id IntegrationAws#account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 21
          },
          "name": "accountId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "A list of namespaces can be found at the [available namespace rules API endpoint](https://docs.datadoghq.com/api/v1/aws-integration/#list-namespace-rules).\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#account_specific_namespace_rules IntegrationAws#account_specific_namespace_rules}",
            "stability": "stable",
            "summary": "Enables or disables metric collection for specific AWS namespaces for this AWS account only."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 27
          },
          "name": "accountSpecificNamespaceRules",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "union": {
                  "types": [
                    {
                      "primitive": "boolean"
                    },
                    {
                      "fqn": "cdktf.IResolvable"
                    }
                  ]
                }
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This includes additional resources not covered under the general resource_collection.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#cspm_resource_collection_enabled IntegrationAws#cspm_resource_collection_enabled}",
            "stability": "stable",
            "summary": "Whether Datadog collects cloud security posture management resources from your AWS account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 33
          },
          "name": "cspmResourceCollectionEnabled",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#excluded_regions IntegrationAws#excluded_regions}",
            "stability": "stable",
            "summary": "An array of AWS regions to exclude from metrics collection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 39
          },
          "name": "excludedRegions",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Wildcards, such as `?` (for single characters) and `*` (for multiple characters) can also be used. Only hosts that match one of the defined tags will be imported into Datadog. The rest will be ignored. Host matching a given tag can also be excluded by adding `!` before the tag. e.x. `env:production,instance-type:c1.*,!region:us-east-1`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#filter_tags IntegrationAws#filter_tags}",
            "stability": "stable",
            "summary": "Array of EC2 tags (in the form `key:value`) defines a filter that Datadog uses when collecting metrics from EC2."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 45
          },
          "name": "filterTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#host_tags IntegrationAws#host_tags}",
            "stability": "stable",
            "summary": "Array of tags (in the form `key:value`) to add to all hosts and metrics reporting through this integration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 51
          },
          "name": "hostTags",
          "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://www.terraform.io/docs/providers/datadog/r/integration_aws#id IntegrationAws#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 58
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#metrics_collection_enabled IntegrationAws#metrics_collection_enabled}",
            "stability": "stable",
            "summary": "Whether Datadog collects metrics for this AWS account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 64
          },
          "name": "metricsCollectionEnabled",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#resource_collection_enabled IntegrationAws#resource_collection_enabled}",
            "stability": "stable",
            "summary": "Whether Datadog collects a standard set of resources from your AWS account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 70
          },
          "name": "resourceCollectionEnabled",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#role_name IntegrationAws#role_name}",
            "stability": "stable",
            "summary": "Your Datadog role delegation name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 76
          },
          "name": "roleName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws#secret_access_key IntegrationAws#secret_access_key}",
            "stability": "stable",
            "summary": "Your AWS secret access key. Only required if your AWS account is a GovCloud or China account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws.ts",
            "line": 82
          },
          "name": "secretAccessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws:IntegrationAwsConfig"
    },
    "@cdktf/provider-datadog.IntegrationAwsLambdaArn": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_lambda_arn datadog_integration_aws_lambda_arn}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsLambdaArn",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_lambda_arn datadog_integration_aws_lambda_arn} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-lambda-arn.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.IntegrationAwsLambdaArnConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-lambda-arn.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 98
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsLambdaArn",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 86
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 102
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 115
          },
          "name": "lambdaArnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 79
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 92
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 108
          },
          "name": "lambdaArn",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-lambda-arn:IntegrationAwsLambdaArn"
    },
    "@cdktf/provider-datadog.IntegrationAwsLambdaArnConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsLambdaArnConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-lambda-arn.ts",
        "line": 9
      },
      "name": "IntegrationAwsLambdaArnConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_lambda_arn#account_id IntegrationAwsLambdaArn#account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes. If your account is a GovCloud or China account, specify the `access_key_id` here."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 15
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_lambda_arn#lambda_arn IntegrationAwsLambdaArn#lambda_arn}",
            "stability": "stable",
            "summary": "The ARN of the Datadog forwarder Lambda."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 28
          },
          "name": "lambdaArn",
          "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://www.terraform.io/docs/providers/datadog/r/integration_aws_lambda_arn#id IntegrationAwsLambdaArn#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-lambda-arn.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-lambda-arn:IntegrationAwsLambdaArnConfig"
    },
    "@cdktf/provider-datadog.IntegrationAwsLogCollection": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_log_collection datadog_integration_aws_log_collection}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsLogCollection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_log_collection datadog_integration_aws_log_collection} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-log-collection.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.IntegrationAwsLogCollectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-log-collection.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 98
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsLogCollection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 86
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 102
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 115
          },
          "name": "servicesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 79
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 92
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 108
          },
          "name": "services",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-log-collection:IntegrationAwsLogCollection"
    },
    "@cdktf/provider-datadog.IntegrationAwsLogCollectionConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsLogCollectionConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-log-collection.ts",
        "line": 9
      },
      "name": "IntegrationAwsLogCollectionConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_log_collection#account_id IntegrationAwsLogCollection#account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes. If your account is a GovCloud or China account, specify the `access_key_id` here."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 15
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "See the [api docs](https://docs.datadoghq.com/api/v1/aws-logs-integration/#get-list-of-aws-log-ready-services) for more details on which services are supported.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_log_collection#services IntegrationAwsLogCollection#services}",
            "stability": "stable",
            "summary": "A list of services to collect logs from."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 28
          },
          "name": "services",
          "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://www.terraform.io/docs/providers/datadog/r/integration_aws_log_collection#id IntegrationAwsLogCollection#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-log-collection.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-log-collection:IntegrationAwsLogCollectionConfig"
    },
    "@cdktf/provider-datadog.IntegrationAwsTagFilter": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter datadog_integration_aws_tag_filter}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsTagFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter datadog_integration_aws_tag_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-tag-filter.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": "@cdktf/provider-datadog.IntegrationAwsTagFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-tag-filter.ts",
        "line": 40
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 105
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsTagFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 45
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 93
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 109
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 122
          },
          "name": "namespaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 135
          },
          "name": "tagFilterStrInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 86
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 99
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 115
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 128
          },
          "name": "tagFilterStr",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-tag-filter:IntegrationAwsTagFilter"
    },
    "@cdktf/provider-datadog.IntegrationAwsTagFilterConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAwsTagFilterConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-tag-filter.ts",
        "line": 9
      },
      "name": "IntegrationAwsTagFilterConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter#account_id IntegrationAwsTagFilter#account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes. If your account is a GovCloud or China account, specify the `access_key_id` here."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 15
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter#namespace IntegrationAwsTagFilter#namespace}",
            "stability": "stable",
            "summary": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 28
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter#tag_filter_str IntegrationAwsTagFilter#tag_filter_str}",
            "stability": "stable",
            "summary": "The tag filter string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 34
          },
          "name": "tagFilterStr",
          "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://www.terraform.io/docs/providers/datadog/r/integration_aws_tag_filter#id IntegrationAwsTagFilter#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-tag-filter.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-tag-filter:IntegrationAwsTagFilterConfig"
    },
    "@cdktf/provider-datadog.IntegrationAzure": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure datadog_integration_azure}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAzure",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure datadog_integration_azure} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-azure.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": "@cdktf/provider-datadog.IntegrationAzureConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-azure.ts",
        "line": 52
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 106
          },
          "name": "resetAutomute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 148
          },
          "name": "resetHostFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 164
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 189
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAzure",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 57
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 110
          },
          "name": "automuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 123
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 136
          },
          "name": "clientSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 152
          },
          "name": "hostFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 168
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 181
          },
          "name": "tenantNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 100
          },
          "name": "automute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 116
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 129
          },
          "name": "clientSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 142
          },
          "name": "hostFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 158
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 174
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-azure:IntegrationAzure"
    },
    "@cdktf/provider-datadog.IntegrationAzureConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationAzureConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-azure.ts",
        "line": 9
      },
      "name": "IntegrationAzureConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure#client_id IntegrationAzure#client_id}",
            "stability": "stable",
            "summary": "Your Azure web application ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 21
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure#client_secret IntegrationAzure#client_secret}",
            "stability": "stable",
            "summary": "(Required for Initial Creation) Your Azure web application secret key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 27
          },
          "name": "clientSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure#tenant_name IntegrationAzure#tenant_name}",
            "stability": "stable",
            "summary": "Your Azure Active Directory ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 46
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_azure#automute IntegrationAzure#automute}",
            "stability": "stable",
            "summary": "Silence monitors for expected Azure VM shutdowns."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 15
          },
          "name": "automute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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`\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 33
          },
          "name": "hostFilters",
          "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://www.terraform.io/docs/providers/datadog/r/integration_azure#id IntegrationAzure#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure.ts",
            "line": 40
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-azure:IntegrationAzureConfig"
    },
    "@cdktf/provider-datadog.IntegrationGcp": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_gcp datadog_integration_gcp}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationGcp",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_gcp datadog_integration_gcp} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-gcp.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": "@cdktf/provider-datadog.IntegrationGcpConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp.ts",
        "line": 64
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 120
          },
          "name": "resetAutomute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 162
          },
          "name": "resetHostFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 178
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 229
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationGcp",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 69
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 124
          },
          "name": "automuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 137
          },
          "name": "clientEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 150
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 166
          },
          "name": "hostFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 182
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 208
          },
          "name": "privateKeyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 195
          },
          "name": "privateKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 221
          },
          "name": "projectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 114
          },
          "name": "automute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 130
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 143
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 156
          },
          "name": "hostFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 172
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 188
          },
          "name": "privateKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 201
          },
          "name": "privateKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 214
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-gcp:IntegrationGcp"
    },
    "@cdktf/provider-datadog.IntegrationGcpConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationGcpConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp.ts",
        "line": 9
      },
      "name": "IntegrationGcpConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 21
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 27
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 46
          },
          "name": "privateKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 52
          },
          "name": "privateKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 58
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_gcp#automute IntegrationGcp#automute}",
            "stability": "stable",
            "summary": "Silence monitors for expected GCE instance shutdowns."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 15
          },
          "name": "automute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only hosts that match one of the defined tags are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_gcp#host_filters IntegrationGcp#host_filters}",
            "stability": "stable",
            "summary": "Limit the GCE instances that are pulled into Datadog by using tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 33
          },
          "name": "hostFilters",
          "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://www.terraform.io/docs/providers/datadog/r/integration_gcp#id IntegrationGcp#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp.ts",
            "line": 40
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-gcp:IntegrationGcpConfig"
    },
    "@cdktf/provider-datadog.IntegrationOpsgenieServiceObject": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_opsgenie_service_object datadog_integration_opsgenie_service_object}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationOpsgenieServiceObject",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_opsgenie_service_object datadog_integration_opsgenie_service_object} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-opsgenie-service-object.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": "@cdktf/provider-datadog.IntegrationOpsgenieServiceObjectConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-opsgenie-service-object.ts",
        "line": 46
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 99
          },
          "name": "resetCustomUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 115
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 166
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationOpsgenieServiceObject",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 51
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 103
          },
          "name": "customUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 119
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 132
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 145
          },
          "name": "opsgenieApiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 158
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 93
          },
          "name": "customUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 109
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 138
          },
          "name": "opsgenieApiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 151
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-opsgenie-service-object:IntegrationOpsgenieServiceObject"
    },
    "@cdktf/provider-datadog.IntegrationOpsgenieServiceObjectConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationOpsgenieServiceObjectConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-opsgenie-service-object.ts",
        "line": 9
      },
      "name": "IntegrationOpsgenieServiceObjectConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "opsgenieApiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/integration_opsgenie_service_object#id IntegrationOpsgenieServiceObject#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-opsgenie-service-object:IntegrationOpsgenieServiceObjectConfig"
    },
    "@cdktf/provider-datadog.IntegrationPagerduty": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty datadog_integration_pagerduty}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationPagerduty",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty datadog_integration_pagerduty} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-pagerduty.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": "@cdktf/provider-datadog.IntegrationPagerdutyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-pagerduty.ts",
        "line": 40
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 92
          },
          "name": "resetApiToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 108
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 124
          },
          "name": "resetSchedules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 149
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationPagerduty",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 45
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 96
          },
          "name": "apiTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 112
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 128
          },
          "name": "schedulesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 141
          },
          "name": "subdomainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 86
          },
          "name": "apiToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 102
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 118
          },
          "name": "schedules",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 134
          },
          "name": "subdomain",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty:IntegrationPagerduty"
    },
    "@cdktf/provider-datadog.IntegrationPagerdutyConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationPagerdutyConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-pagerduty.ts",
        "line": 9
      },
      "name": "IntegrationPagerdutyConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty#subdomain IntegrationPagerduty#subdomain}",
            "stability": "stable",
            "summary": "Your PagerDuty account’s personalized subdomain name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 34
          },
          "name": "subdomain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty#api_token IntegrationPagerduty#api_token}",
            "stability": "stable",
            "summary": "Your PagerDuty API token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/integration_pagerduty#id IntegrationPagerduty#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty#schedules IntegrationPagerduty#schedules}",
            "stability": "stable",
            "summary": "Array of your schedule URLs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty.ts",
            "line": 28
          },
          "name": "schedules",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-pagerduty:IntegrationPagerdutyConfig"
    },
    "@cdktf/provider-datadog.IntegrationPagerdutyServiceObject": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty_service_object datadog_integration_pagerduty_service_object}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationPagerdutyServiceObject",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_pagerduty_service_object datadog_integration_pagerduty_service_object} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-pagerduty-service-object.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.IntegrationPagerdutyServiceObjectConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-pagerduty-service-object.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 85
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationPagerdutyServiceObject",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 89
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 102
          },
          "name": "serviceKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 115
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 79
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 95
          },
          "name": "serviceKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 108
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty-service-object:IntegrationPagerdutyServiceObject"
    },
    "@cdktf/provider-datadog.IntegrationPagerdutyServiceObjectConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationPagerdutyServiceObjectConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-pagerduty-service-object.ts",
        "line": 9
      },
      "name": "IntegrationPagerdutyServiceObjectConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "serviceKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "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://www.terraform.io/docs/providers/datadog/r/integration_pagerduty_service_object#id IntegrationPagerdutyServiceObject#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty-service-object:IntegrationPagerdutyServiceObjectConfig"
    },
    "@cdktf/provider-datadog.IntegrationSlackChannel": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel datadog_integration_slack_channel}."
      },
      "fqn": "@cdktf/provider-datadog.IntegrationSlackChannel",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel datadog_integration_slack_channel} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-slack-channel.ts",
          "line": 212
        },
        "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": "@cdktf/provider-datadog.IntegrationSlackChannelConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-slack-channel.ts",
        "line": 194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 285
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 272
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 297
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationSlackChannel",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 199
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 282
          },
          "name": "display",
          "type": {
            "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 247
          },
          "name": "accountNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 260
          },
          "name": "channelNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 289
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 276
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 240
          },
          "name": "accountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 253
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 266
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel:IntegrationSlackChannel"
    },
    "@cdktf/provider-datadog.IntegrationSlackChannelConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-slack-channel.ts",
        "line": 9
      },
      "name": "IntegrationSlackChannelConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#account_name IntegrationSlackChannel#account_name}",
            "stability": "stable",
            "summary": "Slack account name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 15
          },
          "name": "accountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#channel_name IntegrationSlackChannel#channel_name}",
            "stability": "stable",
            "summary": "Slack channel name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 21
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#display IntegrationSlackChannel#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 34
          },
          "name": "display",
          "type": {
            "fqn": "@cdktf/provider-datadog.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://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#id IntegrationSlackChannel#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel:IntegrationSlackChannelConfig"
    },
    "@cdktf/provider-datadog.IntegrationSlackChannelDisplay": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-slack-channel.ts",
        "line": 36
      },
      "name": "IntegrationSlackChannelDisplay",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#message IntegrationSlackChannel#message}",
            "stability": "stable",
            "summary": "Show the main body of the alert event."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 42
          },
          "name": "message",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#notified IntegrationSlackChannel#notified}",
            "stability": "stable",
            "summary": "Show the list of @-handles in the alert event."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 48
          },
          "name": "notified",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#snapshot IntegrationSlackChannel#snapshot}",
            "stability": "stable",
            "summary": "Show the alert event's snapshot image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 54
          },
          "name": "snapshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/integration_slack_channel#tags IntegrationSlackChannel#tags}",
            "stability": "stable",
            "summary": "Show the scopes on which the monitor alerted."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 60
          },
          "name": "tags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-slack-channel:IntegrationSlackChannelDisplay"
    },
    "@cdktf/provider-datadog.IntegrationSlackChannelDisplayOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-slack-channel.ts",
          "line": 83
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 76
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 134
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 150
          },
          "name": "resetNotified"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 166
          },
          "name": "resetSnapshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 182
          },
          "name": "resetTags"
        }
      ],
      "name": "IntegrationSlackChannelDisplayOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 138
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 154
          },
          "name": "notifiedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 170
          },
          "name": "snapshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 186
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 128
          },
          "name": "message",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 144
          },
          "name": "notified",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 160
          },
          "name": "snapshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 176
          },
          "name": "tags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel.ts",
            "line": 87
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.IntegrationSlackChannelDisplay"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel:IntegrationSlackChannelDisplayOutputReference"
    },
    "@cdktf/provider-datadog.LogsArchive": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive datadog_logs_archive}."
      },
      "fqn": "@cdktf/provider-datadog.LogsArchive",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive datadog_logs_archive} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-archive.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": "@cdktf/provider-datadog.LogsArchiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive.ts",
        "line": 525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 669
          },
          "name": "putAzureArchive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 685
          },
          "name": "putGcsArchive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 701
          },
          "name": "putS3Archive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsArchiveS3Archive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 672
          },
          "name": "resetAzureArchive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 688
          },
          "name": "resetGcsArchive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 582
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 598
          },
          "name": "resetIncludeTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 640
          },
          "name": "resetRehydrationMaxScanSizeInGb"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 656
          },
          "name": "resetRehydrationTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 704
          },
          "name": "resetS3Archive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 716
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsArchive",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 530
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 666
          },
          "name": "azureArchive",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 682
          },
          "name": "gcsArchive",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 698
          },
          "name": "s3Archive",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveS3ArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 676
          },
          "name": "azureArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 692
          },
          "name": "gcsArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 586
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 602
          },
          "name": "includeTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 615
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 628
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 644
          },
          "name": "rehydrationMaxScanSizeInGbInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 660
          },
          "name": "rehydrationTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 708
          },
          "name": "s3ArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveS3Archive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 576
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 592
          },
          "name": "includeTags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 608
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 621
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 634
          },
          "name": "rehydrationMaxScanSizeInGb",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 650
          },
          "name": "rehydrationTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchive"
    },
    "@cdktf/provider-datadog.LogsArchiveAzureArchive": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive.ts",
        "line": 66
      },
      "name": "LogsArchiveAzureArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#client_id LogsArchive#client_id}",
            "stability": "stable",
            "summary": "Your client id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 72
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#container LogsArchive#container}",
            "stability": "stable",
            "summary": "The container where the archive will be stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 78
          },
          "name": "container",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#storage_account LogsArchive#storage_account}",
            "stability": "stable",
            "summary": "The associated storage account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 90
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#tenant_id LogsArchive#tenant_id}",
            "stability": "stable",
            "summary": "Your tenant id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 96
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "The path where the archive will be stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 84
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveAzureArchive"
    },
    "@cdktf/provider-datadog.LogsArchiveAzureArchiveOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive.ts",
          "line": 120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 203
          },
          "name": "resetPath"
        }
      ],
      "name": "LogsArchiveAzureArchiveOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 178
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 191
          },
          "name": "containerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 207
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 220
          },
          "name": "storageAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 233
          },
          "name": "tenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 171
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 184
          },
          "name": "container",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 197
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 213
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 226
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchive"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveAzureArchiveOutputReference"
    },
    "@cdktf/provider-datadog.LogsArchiveConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive.ts",
        "line": 9
      },
      "name": "LogsArchiveConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#name LogsArchive#name}",
            "stability": "stable",
            "summary": "Your archive name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 28
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#azure_archive LogsArchive#azure_archive}",
            "stability": "stable",
            "summary": "azure_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 52
          },
          "name": "azureArchive",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveAzureArchive"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#gcs_archive LogsArchive#gcs_archive}",
            "stability": "stable",
            "summary": "gcs_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 58
          },
          "name": "gcsArchive",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.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://www.terraform.io/docs/providers/datadog/r/logs_archive#id LogsArchive#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 16
          },
          "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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "includeTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "rehydrationMaxScanSizeInGb",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 46
          },
          "name": "rehydrationTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#s3_archive LogsArchive#s3_archive}",
            "stability": "stable",
            "summary": "s3_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 64
          },
          "name": "s3Archive",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveS3Archive"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveConfig"
    },
    "@cdktf/provider-datadog.LogsArchiveGcsArchive": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive.ts",
        "line": 237
      },
      "name": "LogsArchiveGcsArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#bucket LogsArchive#bucket}",
            "stability": "stable",
            "summary": "Name of your GCS bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 243
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#client_email LogsArchive#client_email}",
            "stability": "stable",
            "summary": "Your client email."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 249
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "Path where the archive will be stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 255
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#project_id LogsArchive#project_id}",
            "stability": "stable",
            "summary": "Your project id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 261
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveGcsArchive"
    },
    "@cdktf/provider-datadog.LogsArchiveGcsArchiveOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive.ts",
          "line": 284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 277
      },
      "name": "LogsArchiveGcsArchiveOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 336
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 349
          },
          "name": "clientEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 362
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 375
          },
          "name": "projectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 329
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 342
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 355
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 368
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveGcsArchive"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveGcsArchiveOutputReference"
    },
    "@cdktf/provider-datadog.LogsArchiveOrder": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive_order datadog_logs_archive_order}."
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive_order datadog_logs_archive_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-archive-order.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.LogsArchiveOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive-order.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 78
          },
          "name": "resetArchiveIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 94
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 106
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsArchiveOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 82
          },
          "name": "archiveIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 98
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 72
          },
          "name": "archiveIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 88
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive-order:LogsArchiveOrder"
    },
    "@cdktf/provider-datadog.LogsArchiveOrderConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveOrderConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive-order.ts",
        "line": 9
      },
      "name": "LogsArchiveOrderConfig",
      "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://www.terraform.io/docs/providers/datadog/r/logs_archive_order#archive_ids LogsArchiveOrder#archive_ids}",
            "stability": "stable",
            "summary": "The archive IDs list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_archive_order#id LogsArchiveOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive-order:LogsArchiveOrderConfig"
    },
    "@cdktf/provider-datadog.LogsArchiveS3Archive": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveS3Archive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive.ts",
        "line": 379
      },
      "name": "LogsArchiveS3Archive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#account_id LogsArchive#account_id}",
            "stability": "stable",
            "summary": "Your AWS account id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 385
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#bucket LogsArchive#bucket}",
            "stability": "stable",
            "summary": "Name of your s3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 391
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "Path where the archive will be stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 397
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_archive#role_name LogsArchive#role_name}",
            "stability": "stable",
            "summary": "Your AWS role name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 403
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveS3Archive"
    },
    "@cdktf/provider-datadog.LogsArchiveS3ArchiveOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsArchiveS3ArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive.ts",
          "line": 426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 419
      },
      "name": "LogsArchiveS3ArchiveOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 478
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 491
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 504
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 517
          },
          "name": "roleNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 471
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 484
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 497
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 510
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive.ts",
            "line": 430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsArchiveS3Archive"
          }
        }
      ],
      "symbolId": "src/logs-archive:LogsArchiveS3ArchiveOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipeline": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline datadog_logs_custom_pipeline}."
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipeline",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline datadog_logs_custom_pipeline} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 6487
        },
        "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": "@cdktf/provider-datadog.LogsCustomPipelineConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 6469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6564
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6577
          },
          "name": "putProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6522
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6538
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6580
          },
          "name": "resetProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6592
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsCustomPipeline",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6474
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6561
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6574
          },
          "name": "processor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6568
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6526
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6542
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6555
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6584
          },
          "name": "processorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6516
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6532
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6548
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipeline"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 9
      },
      "name": "LogsCustomPipelineConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 30
          },
          "name": "filter",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 24
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#id LogsCustomPipeline#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 20
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#processor LogsCustomPipeline#processor}",
            "stability": "stable",
            "summary": "processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 36
          },
          "name": "processor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineConfig"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 38
      },
      "name": "LogsCustomPipelineFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 44
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineFilter"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 130
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 123
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 123
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 123
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineFilterList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 67
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 57
      },
      "name": "LogsCustomPipelineFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 110
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 103
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 71
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5960
      },
      "name": "LogsCustomPipelineProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}",
            "stability": "stable",
            "summary": "arithmetic_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5966
          },
          "name": "arithmeticProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}",
            "stability": "stable",
            "summary": "attribute_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5972
          },
          "name": "attributeRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}",
            "stability": "stable",
            "summary": "category_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5978
          },
          "name": "categoryProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}",
            "stability": "stable",
            "summary": "date_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5984
          },
          "name": "dateRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5990
          },
          "name": "geoIpParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}",
            "stability": "stable",
            "summary": "grok_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5996
          },
          "name": "grokParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}",
            "stability": "stable",
            "summary": "lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6002
          },
          "name": "lookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}",
            "stability": "stable",
            "summary": "message_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6008
          },
          "name": "messageRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#pipeline LogsCustomPipeline#pipeline}",
            "stability": "stable",
            "summary": "pipeline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6014
          },
          "name": "pipeline",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}",
            "stability": "stable",
            "summary": "service_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6020
          },
          "name": "serviceRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}",
            "stability": "stable",
            "summary": "status_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6026
          },
          "name": "statusRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 6032
          },
          "name": "stringBuilderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 6038
          },
          "name": "traceIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}",
            "stability": "stable",
            "summary": "url_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6044
          },
          "name": "urlParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 6050
          },
          "name": "userAgentParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 134
      },
      "name": "LogsCustomPipelineProcessorArithmeticProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 140
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 164
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 146
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 152
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your pipeline name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 158
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorArithmeticProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 258
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 274
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 290
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorArithmeticProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 246
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 262
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 278
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 294
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 307
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 239
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 252
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 268
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 284
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 300
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorArithmeticProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 311
      },
      "name": "LogsCustomPipelineProcessorAttributeRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes or tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 347
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 341
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 353
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 365
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 317
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 323
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 329
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 335
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 359
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorAttributeRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 474
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 490
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 506
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 522
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 577
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorAttributeRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 478
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 494
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 510
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 526
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 552
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 539
          },
          "name": "sourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 581
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 565
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 594
          },
          "name": "targetTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 468
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 484
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 500
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 516
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 545
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 532
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 558
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 571
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 587
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorAttributeRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 782
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#category LogsCustomPipeline#category}",
            "stability": "stable",
            "summary": "category block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 806
          },
          "name": "category",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 800
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 788
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 794
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 662
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategory",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 672
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 666
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorCategory"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 598
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 604
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 617
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 658
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 651
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 778
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 771
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 771
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 771
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorCategoryList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 754
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 751
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 758
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 745
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 738
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 700
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 922
          },
          "name": "putCategory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 880
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 896
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 919
          },
          "name": "category",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 926
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 884
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 900
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 913
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 874
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 890
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 906
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorCategoryProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 930
      },
      "name": "LogsCustomPipelineProcessorDateRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 948
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 936
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 942
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorDateRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1015
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1031
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorDateRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1019
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1035
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1048
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1009
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1025
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1041
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorDateRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1052
      },
      "name": "LogsCustomPipelineProcessorGeoIpParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1070
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1076
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1058
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1064
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGeoIpParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1150
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1166
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorGeoIpParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1154
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1170
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1183
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1196
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1144
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1160
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1176
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1189
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGeoIpParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1290
      },
      "name": "LogsCustomPipelineProcessorGrokParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#grok LogsCustomPipeline#grok}",
            "stability": "stable",
            "summary": "grok block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1320
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the log attribute to parse."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1314
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1296
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1302
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#samples LogsCustomPipeline#samples}",
            "stability": "stable",
            "summary": "List of sample logs for this parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1308
          },
          "name": "samples",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGrokParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1200
      },
      "name": "LogsCustomPipelineProcessorGrokParserGrok",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1206
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1212
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGrokParserGrok"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrokOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrokOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1226
      },
      "name": "LogsCustomPipelineProcessorGrokParserGrokOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1273
          },
          "name": "matchRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1286
          },
          "name": "supportRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1266
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1279
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGrokParserGrokOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1459
          },
          "name": "putGrok",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1401
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1417
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1433
          },
          "name": "resetSamples"
        }
      ],
      "name": "LogsCustomPipelineProcessorGrokParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1456
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrokOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1463
          },
          "name": "grokInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserGrok"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1405
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1421
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1437
          },
          "name": "samplesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1450
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1395
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1411
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1427
          },
          "name": "samples",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1443
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorGrokParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 6454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 6446
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6461
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6454
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6454
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6454
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1467
      },
      "name": "LogsCustomPipelineProcessorLookupProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1485
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1497
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1503
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1473
          },
          "name": "defaultLookup",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1479
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1491
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorLookupProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1591
          },
          "name": "resetDefaultLookup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1607
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1636
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorLookupProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1595
          },
          "name": "defaultLookupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1611
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1624
          },
          "name": "lookupTableInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1640
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1653
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1666
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1585
          },
          "name": "defaultLookup",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1601
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1617
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1630
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1646
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1659
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorLookupProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1670
      },
      "name": "LogsCustomPipelineProcessorMessageRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1688
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1676
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1682
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorMessageRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1755
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1771
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorMessageRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1759
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1775
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1788
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1749
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1765
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1781
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorMessageRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 6087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 6077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6210
          },
          "name": "putArithmeticProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6226
          },
          "name": "putAttributeRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6242
          },
          "name": "putCategoryProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6258
          },
          "name": "putDateRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6274
          },
          "name": "putGeoIpParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6290
          },
          "name": "putGrokParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6306
          },
          "name": "putLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6322
          },
          "name": "putMessageRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6338
          },
          "name": "putPipeline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6354
          },
          "name": "putServiceRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6370
          },
          "name": "putStatusRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6386
          },
          "name": "putStringBuilderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6402
          },
          "name": "putTraceIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6418
          },
          "name": "putUrlParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6434
          },
          "name": "putUserAgentParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6213
          },
          "name": "resetArithmeticProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6229
          },
          "name": "resetAttributeRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6245
          },
          "name": "resetCategoryProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6261
          },
          "name": "resetDateRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6277
          },
          "name": "resetGeoIpParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6293
          },
          "name": "resetGrokParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6309
          },
          "name": "resetLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6325
          },
          "name": "resetMessageRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6341
          },
          "name": "resetPipeline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6357
          },
          "name": "resetServiceRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6373
          },
          "name": "resetStatusRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6389
          },
          "name": "resetStringBuilderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6405
          },
          "name": "resetTraceIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6421
          },
          "name": "resetUrlParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6437
          },
          "name": "resetUserAgentParser"
        }
      ],
      "name": "LogsCustomPipelineProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6207
          },
          "name": "arithmeticProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6223
          },
          "name": "attributeRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6239
          },
          "name": "categoryProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6255
          },
          "name": "dateRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6271
          },
          "name": "geoIpParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6287
          },
          "name": "grokParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6303
          },
          "name": "lookupProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6319
          },
          "name": "messageRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6335
          },
          "name": "pipeline",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6351
          },
          "name": "serviceRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6367
          },
          "name": "statusRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6383
          },
          "name": "stringBuilderProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6399
          },
          "name": "traceIdRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6415
          },
          "name": "urlParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6431
          },
          "name": "userAgentParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6217
          },
          "name": "arithmeticProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6233
          },
          "name": "attributeRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorAttributeRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6249
          },
          "name": "categoryProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorCategoryProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6265
          },
          "name": "dateRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorDateRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6281
          },
          "name": "geoIpParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGeoIpParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6297
          },
          "name": "grokParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorGrokParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6313
          },
          "name": "lookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6329
          },
          "name": "messageRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorMessageRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6345
          },
          "name": "pipelineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6361
          },
          "name": "serviceRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6377
          },
          "name": "statusRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6393
          },
          "name": "stringBuilderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6409
          },
          "name": "traceIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6425
          },
          "name": "urlParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6441
          },
          "name": "userAgentParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 6091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 4919
      },
      "name": "LogsCustomPipelineProcessorPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4933
          },
          "name": "filter",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4927
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4923
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#processor LogsCustomPipeline#processor}",
            "stability": "stable",
            "summary": "processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4939
          },
          "name": "processor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipeline"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1792
      },
      "name": "LogsCustomPipelineProcessorPipelineFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1798
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineFilter"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 1869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1884
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1877
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1877
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1877
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineFilterList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 1811
      },
      "name": "LogsCustomPipelineProcessorPipelineFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1864
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1857
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5039
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5052
          },
          "name": "putProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5013
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5055
          },
          "name": "resetProcessor"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5036
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5049
          },
          "name": "processor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5043
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5017
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5030
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5059
          },
          "name": "processorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5007
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5023
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipeline"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 4443
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}",
            "stability": "stable",
            "summary": "arithmetic_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4449
          },
          "name": "arithmeticProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}",
            "stability": "stable",
            "summary": "attribute_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4455
          },
          "name": "attributeRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}",
            "stability": "stable",
            "summary": "category_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4461
          },
          "name": "categoryProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}",
            "stability": "stable",
            "summary": "date_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4467
          },
          "name": "dateRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4473
          },
          "name": "geoIpParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}",
            "stability": "stable",
            "summary": "grok_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4479
          },
          "name": "grokParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}",
            "stability": "stable",
            "summary": "lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4485
          },
          "name": "lookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}",
            "stability": "stable",
            "summary": "message_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4491
          },
          "name": "messageRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}",
            "stability": "stable",
            "summary": "service_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4497
          },
          "name": "serviceRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}",
            "stability": "stable",
            "summary": "status_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4503
          },
          "name": "statusRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4509
          },
          "name": "stringBuilderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4515
          },
          "name": "traceIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}",
            "stability": "stable",
            "summary": "url_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4521
          },
          "name": "urlParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4527
          },
          "name": "userAgentParser",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 1888
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1894
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1918
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1900
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1906
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your pipeline name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1912
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 1942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2012
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2028
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2044
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2000
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2016
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2032
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2048
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2061
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1993
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2006
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2022
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2054
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 1946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2065
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes or tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2101
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2095
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2107
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2119
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2071
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2077
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2083
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2089
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2113
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2228
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2244
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2260
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2276
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2331
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2232
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2248
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2264
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2280
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2306
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2293
          },
          "name": "sourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2335
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2319
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2348
          },
          "name": "targetTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2222
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2238
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2254
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2270
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2299
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2286
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2312
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2325
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2341
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2536
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#category LogsCustomPipeline#category}",
            "stability": "stable",
            "summary": "category block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2560
          },
          "name": "category",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2554
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2542
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2548
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2416
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2426
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2420
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2352
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2358
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2371
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2412
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2405
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2532
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2525
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2525
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2525
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2508
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2505
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2512
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2499
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2492
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2676
          },
          "name": "putCategory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2634
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2650
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2673
          },
          "name": "category",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2680
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2638
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2654
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2667
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2628
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2644
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2660
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2684
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2702
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2690
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2696
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2769
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2785
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2773
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2789
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2802
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2763
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2779
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2795
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2806
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2824
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2830
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2812
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2818
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2904
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2920
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2908
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2924
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2937
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2950
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2898
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2914
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2930
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2943
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3044
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#grok LogsCustomPipeline#grok}",
            "stability": "stable",
            "summary": "grok block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3074
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the log attribute to parse."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3068
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3050
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3056
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#samples LogsCustomPipeline#samples}",
            "stability": "stable",
            "summary": "List of sample logs for this parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3062
          },
          "name": "samples",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGrokParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 2954
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2960
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2966
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 2987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2980
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3027
          },
          "name": "matchRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3040
          },
          "name": "supportRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3020
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3033
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 2991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3213
          },
          "name": "putGrok",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3155
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3171
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3187
          },
          "name": "resetSamples"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3210
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3217
          },
          "name": "grokInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3159
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3175
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3191
          },
          "name": "samplesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3204
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3149
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3181
          },
          "name": "samples",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3197
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 4900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4915
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4908
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4908
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4908
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorList"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3221
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3239
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3251
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3257
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3227
          },
          "name": "defaultLookup",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3233
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3245
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3345
          },
          "name": "resetDefaultLookup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3361
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3390
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3349
          },
          "name": "defaultLookupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3365
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3378
          },
          "name": "lookupTableInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3394
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3407
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3420
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3339
          },
          "name": "defaultLookup",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3355
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3371
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3384
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3400
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3413
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3424
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3442
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3430
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3436
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3509
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3525
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3513
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3529
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3542
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3503
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3519
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3535
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 4553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4680
          },
          "name": "putArithmeticProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4696
          },
          "name": "putAttributeRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4712
          },
          "name": "putCategoryProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4728
          },
          "name": "putDateRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4744
          },
          "name": "putGeoIpParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4760
          },
          "name": "putGrokParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4776
          },
          "name": "putLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4792
          },
          "name": "putMessageRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4808
          },
          "name": "putServiceRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4824
          },
          "name": "putStatusRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4840
          },
          "name": "putStringBuilderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4856
          },
          "name": "putTraceIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4872
          },
          "name": "putUrlParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4888
          },
          "name": "putUserAgentParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4683
          },
          "name": "resetArithmeticProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4699
          },
          "name": "resetAttributeRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4715
          },
          "name": "resetCategoryProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4731
          },
          "name": "resetDateRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4747
          },
          "name": "resetGeoIpParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4763
          },
          "name": "resetGrokParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4779
          },
          "name": "resetLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4795
          },
          "name": "resetMessageRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4811
          },
          "name": "resetServiceRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4827
          },
          "name": "resetStatusRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4843
          },
          "name": "resetStringBuilderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4859
          },
          "name": "resetTraceIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4875
          },
          "name": "resetUrlParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4891
          },
          "name": "resetUserAgentParser"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4677
          },
          "name": "arithmeticProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4693
          },
          "name": "attributeRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4709
          },
          "name": "categoryProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4725
          },
          "name": "dateRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4741
          },
          "name": "geoIpParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4757
          },
          "name": "grokParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4773
          },
          "name": "lookupProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4789
          },
          "name": "messageRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4805
          },
          "name": "serviceRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4821
          },
          "name": "statusRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4837
          },
          "name": "stringBuilderProcessor",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4853
          },
          "name": "traceIdRemapper",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4869
          },
          "name": "urlParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4885
          },
          "name": "userAgentParser",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4687
          },
          "name": "arithmeticProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4703
          },
          "name": "attributeRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4719
          },
          "name": "categoryProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4735
          },
          "name": "dateRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4751
          },
          "name": "geoIpParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4767
          },
          "name": "grokParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4783
          },
          "name": "lookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4799
          },
          "name": "messageRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4815
          },
          "name": "serviceRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4831
          },
          "name": "statusRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4847
          },
          "name": "stringBuilderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4863
          },
          "name": "traceIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4879
          },
          "name": "urlParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4895
          },
          "name": "userAgentParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3546
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3564
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3552
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3558
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3631
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3647
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3635
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3651
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3664
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3625
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3641
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3657
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3668
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3686
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3674
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3680
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3753
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3769
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3757
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3773
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3786
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3747
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3763
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3779
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3790
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3814
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3820
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3796
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3802
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3808
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 3844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3901
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3917
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3933
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3905
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3921
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3937
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3950
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3963
          },
          "name": "templateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3895
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3911
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3927
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3943
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3956
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 3967
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3985
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3973
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 3979
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4052
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4068
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4056
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4072
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4085
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4046
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4062
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4078
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4011
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 4089
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4113
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4119
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4095
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4101
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4107
          },
          "name": "normalizeEndingSlashes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorUrlParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4200
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4216
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4232
          },
          "name": "resetNormalizeEndingSlashes"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4204
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4220
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4236
          },
          "name": "normalizeEndingSlashesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4249
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4262
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4194
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4226
          },
          "name": "normalizeEndingSlashes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4242
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4255
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 4266
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4290
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4296
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4272
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4278
          },
          "name": "isEncoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4284
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 4320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4377
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4393
          },
          "name": "resetIsEncoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4409
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4381
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4397
          },
          "name": "isEncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4413
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4426
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4439
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4371
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4387
          },
          "name": "isEncoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4403
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4419
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4432
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 4324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5063
      },
      "name": "LogsCustomPipelineProcessorServiceRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5081
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5069
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5075
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorServiceRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5148
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5164
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorServiceRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5152
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5168
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5181
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5142
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5158
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5174
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5107
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorServiceRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorServiceRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5185
      },
      "name": "LogsCustomPipelineProcessorStatusRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5203
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5191
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5197
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorStatusRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5270
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5286
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorStatusRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5274
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5290
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5303
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5264
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5280
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5296
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStatusRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorStatusRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5307
      },
      "name": "LogsCustomPipelineProcessorStringBuilderProcessor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5331
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5337
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5313
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5319
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5325
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorStringBuilderProcessor"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5418
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5434
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5450
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorStringBuilderProcessorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5422
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5438
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5454
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5467
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5480
          },
          "name": "templateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5412
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5428
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5444
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5460
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5473
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorStringBuilderProcessorOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5484
      },
      "name": "LogsCustomPipelineProcessorTraceIdRemapper",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5502
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5490
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5496
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorTraceIdRemapper"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapperOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5569
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5585
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorTraceIdRemapperOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5573
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5589
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5602
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5563
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5579
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5595
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorTraceIdRemapperOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5606
      },
      "name": "LogsCustomPipelineProcessorUrlParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5630
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5636
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5612
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5618
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5624
          },
          "name": "normalizeEndingSlashes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorUrlParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5717
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5733
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5749
          },
          "name": "resetNormalizeEndingSlashes"
        }
      ],
      "name": "LogsCustomPipelineProcessorUrlParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5721
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5737
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5753
          },
          "name": "normalizeEndingSlashesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5766
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5779
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5711
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5727
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5743
          },
          "name": "normalizeEndingSlashes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5759
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5772
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUrlParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorUrlParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline.ts",
        "line": 5783
      },
      "name": "LogsCustomPipelineProcessorUserAgentParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5807
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5813
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5789
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5795
          },
          "name": "isEncoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5801
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorUserAgentParser"
    },
    "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline.ts",
          "line": 5837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5894
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5910
          },
          "name": "resetIsEncoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5926
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorUserAgentParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5898
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5914
          },
          "name": "isEncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5930
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5943
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5956
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5888
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5904
          },
          "name": "isEncoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5920
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5936
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5949
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline.ts",
            "line": 5841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsCustomPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline:LogsCustomPipelineProcessorUserAgentParserOutputReference"
    },
    "@cdktf/provider-datadog.LogsIndex": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_index datadog_logs_index}."
      },
      "fqn": "@cdktf/provider-datadog.LogsIndex",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_index datadog_logs_index} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 425
        },
        "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": "@cdktf/provider-datadog.LogsIndexConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index.ts",
        "line": 407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 536
          },
          "name": "putExclusionFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 552
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsIndexFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 462
          },
          "name": "resetDailyLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 478
          },
          "name": "resetDisableDailyLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 539
          },
          "name": "resetExclusionFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 494
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 523
          },
          "name": "resetRetentionDays"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 564
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIndex",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 412
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 533
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 549
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 466
          },
          "name": "dailyLimitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 482
          },
          "name": "disableDailyLimitInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 543
          },
          "name": "exclusionFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 556
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 498
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 511
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 527
          },
          "name": "retentionDaysInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 456
          },
          "name": "dailyLimit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 472
          },
          "name": "disableDailyLimit",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 488
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 504
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 517
          },
          "name": "retentionDays",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndex"
    },
    "@cdktf/provider-datadog.LogsIndexConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index.ts",
        "line": 9
      },
      "name": "LogsIndexConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#filter LogsIndex#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 52
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#name LogsIndex#name}",
            "stability": "stable",
            "summary": "The name of the index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 34
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 15
          },
          "name": "dailyLimit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If false or omitted, the index's current daily_limit is maintained.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#disable_daily_limit LogsIndex#disable_daily_limit}",
            "stability": "stable",
            "summary": "If true, sets the daily_limit value to null and the index is not limited on a daily basis (any specified daily_limit value in the request is ignored)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 21
          },
          "name": "disableDailyLimit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#exclusion_filter LogsIndex#exclusion_filter}",
            "stability": "stable",
            "summary": "exclusion_filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 46
          },
          "name": "exclusionFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter"
                    },
                    "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://www.terraform.io/docs/providers/datadog/r/logs_index#id LogsIndex#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#retention_days LogsIndex#retention_days}",
            "stability": "stable",
            "summary": "The number of days before logs are deleted from this index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 40
          },
          "name": "retentionDays",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexConfig"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index.ts",
        "line": 182
      },
      "name": "LogsIndexExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#filter LogsIndex#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 200
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 188
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_index#name LogsIndex#name}",
            "stability": "stable",
            "summary": "The name of the exclusion filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 194
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilter"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index.ts",
        "line": 54
      },
      "name": "LogsIndexExclusionFilterFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 60
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 66
          },
          "name": "sampleRate",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilterFilter"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 178
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsIndexExclusionFilterFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 171
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 171
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 171
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilterFilterList"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 80
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 138
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 154
          },
          "name": "resetSampleRate"
        }
      ],
      "name": "LogsIndexExclusionFilterFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 142
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 158
          },
          "name": "sampleRateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 132
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 148
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilterFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 335
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsIndexExclusionFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 328
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 328
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 328
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilterList"
    },
    "@cdktf/provider-datadog.LogsIndexExclusionFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 215
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 308
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 311
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 279
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 295
          },
          "name": "resetName"
        }
      ],
      "name": "LogsIndexExclusionFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 305
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 315
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 283
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 299
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 273
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 289
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsIndexExclusionFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexExclusionFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsIndexFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index.ts",
        "line": 339
      },
      "name": "LogsIndexFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 345
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexFilter"
    },
    "@cdktf/provider-datadog.LogsIndexFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index.ts",
          "line": 365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 358
      },
      "name": "LogsIndexFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 399
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 392
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index.ts",
            "line": 369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsIndexFilter"
          }
        }
      ],
      "symbolId": "src/logs-index:LogsIndexFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsIndexOrder": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_index_order datadog_logs_index_order}."
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_index_order datadog_logs_index_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-index-order.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsIndexOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index-order.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 85
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIndexOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 89
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 102
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 115
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 79
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 95
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 108
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index-order:LogsIndexOrder"
    },
    "@cdktf/provider-datadog.LogsIndexOrderConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIndexOrderConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index-order.ts",
        "line": 9
      },
      "name": "LogsIndexOrderConfig",
      "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://www.terraform.io/docs/providers/datadog/r/logs_index_order#indexes LogsIndexOrder#indexes}",
            "stability": "stable",
            "summary": "The index resource list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 22
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_index_order#id LogsIndexOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index-order:LogsIndexOrderConfig"
    },
    "@cdktf/provider-datadog.LogsIntegrationPipeline": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_integration_pipeline datadog_logs_integration_pipeline}."
      },
      "fqn": "@cdktf/provider-datadog.LogsIntegrationPipeline",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_integration_pipeline datadog_logs_integration_pipeline} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-integration-pipeline.ts",
          "line": 46
        },
        "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": "@cdktf/provider-datadog.LogsIntegrationPipelineConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-integration-pipeline.ts",
        "line": 28
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 78
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 94
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 106
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIntegrationPipeline",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 33
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 82
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 98
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 72
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 88
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-integration-pipeline:LogsIntegrationPipeline"
    },
    "@cdktf/provider-datadog.LogsIntegrationPipelineConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsIntegrationPipelineConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-integration-pipeline.ts",
        "line": 9
      },
      "name": "LogsIntegrationPipelineConfig",
      "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://www.terraform.io/docs/providers/datadog/r/logs_integration_pipeline#id LogsIntegrationPipeline#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-integration-pipeline:LogsIntegrationPipelineConfig"
    },
    "@cdktf/provider-datadog.LogsMetric": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric datadog_logs_metric}."
      },
      "fqn": "@cdktf/provider-datadog.LogsMetric",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric datadog_logs_metric} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-metric.ts",
          "line": 343
        },
        "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": "@cdktf/provider-datadog.LogsMetricConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric.ts",
        "line": 325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 404
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsMetricCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 417
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.LogsMetricFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 430
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.LogsMetricGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 433
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 378
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 445
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsMetric",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 330
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 401
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 414
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 427
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 408
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricCompute"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 421
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 437
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 382
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 395
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 372
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 388
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetric"
    },
    "@cdktf/provider-datadog.LogsMetricCompute": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric.ts",
        "line": 42
      },
      "name": "LogsMetricCompute",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 48
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This field can't be updated after creation.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 54
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricCompute"
    },
    "@cdktf/provider-datadog.LogsMetricComputeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric.ts",
          "line": 75
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 68
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 127
          },
          "name": "resetPath"
        }
      ],
      "name": "LogsMetricComputeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 115
          },
          "name": "aggregationTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 131
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 108
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 121
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 79
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricCompute"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricComputeOutputReference"
    },
    "@cdktf/provider-datadog.LogsMetricConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric.ts",
        "line": 9
      },
      "name": "LogsMetricConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric#compute LogsMetric#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 28
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricCompute"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric#filter LogsMetric#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 34
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric#group_by LogsMetric#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 40
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.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://www.terraform.io/docs/providers/datadog/r/logs_metric#id LogsMetric#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricConfig"
    },
    "@cdktf/provider-datadog.LogsMetricFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric.ts",
        "line": 135
      },
      "name": "LogsMetricFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric#query LogsMetric#query}",
            "stability": "stable",
            "summary": "The search query - following the log search syntax."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 141
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricFilter"
    },
    "@cdktf/provider-datadog.LogsMetricFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric.ts",
          "line": 161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 154
      },
      "name": "LogsMetricFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 195
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 188
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.LogsMetricFilter"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricFilterOutputReference"
    },
    "@cdktf/provider-datadog.LogsMetricGroupBy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric.ts",
        "line": 199
      },
      "name": "LogsMetricGroupBy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 205
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/logs_metric#tag_name LogsMetric#tag_name}",
            "stability": "stable",
            "summary": "Name of the tag that gets created."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 211
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricGroupBy"
    },
    "@cdktf/provider-datadog.LogsMetricGroupByList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric.ts",
          "line": 310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 317
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsMetricGroupByOutputReference"
            }
          }
        }
      ],
      "name": "LogsMetricGroupByList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 310
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 310
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 310
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.LogsMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricGroupByList"
    },
    "@cdktf/provider-datadog.LogsMetricGroupByOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsMetricGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric.ts",
          "line": 235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 225
      },
      "name": "LogsMetricGroupByOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 284
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 297
          },
          "name": "tagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 277
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 290
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric.ts",
            "line": 239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.LogsMetricGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-metric:LogsMetricGroupByOutputReference"
    },
    "@cdktf/provider-datadog.LogsPipelineOrder": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/logs_pipeline_order datadog_logs_pipeline_order}."
      },
      "fqn": "@cdktf/provider-datadog.LogsPipelineOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/logs_pipeline_order datadog_logs_pipeline_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-pipeline-order.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.LogsPipelineOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-pipeline-order.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 85
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsPipelineOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 89
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 102
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 115
          },
          "name": "pipelinesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 79
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 95
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 108
          },
          "name": "pipelines",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-pipeline-order:LogsPipelineOrder"
    },
    "@cdktf/provider-datadog.LogsPipelineOrderConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.LogsPipelineOrderConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-pipeline-order.ts",
        "line": 9
      },
      "name": "LogsPipelineOrderConfig",
      "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "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://www.terraform.io/docs/providers/datadog/r/logs_pipeline_order#id LogsPipelineOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-pipeline-order:LogsPipelineOrderConfig"
    },
    "@cdktf/provider-datadog.MetricMetadata": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata datadog_metric_metadata}."
      },
      "fqn": "@cdktf/provider-datadog.MetricMetadata",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata datadog_metric_metadata} Resource."
        },
        "locationInModule": {
          "filename": "src/metric-metadata.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": "@cdktf/provider-datadog.MetricMetadataConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-metadata.ts",
        "line": 64
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 120
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 136
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 165
          },
          "name": "resetPerUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 181
          },
          "name": "resetShortName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 197
          },
          "name": "resetStatsdInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 213
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 229
          },
          "name": "resetUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 241
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MetricMetadata",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 69
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 124
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 140
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 153
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 169
          },
          "name": "perUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 185
          },
          "name": "shortNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 201
          },
          "name": "statsdIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 217
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 233
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 114
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 130
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 146
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 159
          },
          "name": "perUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 175
          },
          "name": "shortName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 191
          },
          "name": "statsdInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 207
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 223
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-metadata:MetricMetadata"
    },
    "@cdktf/provider-datadog.MetricMetadataConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MetricMetadataConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-metadata.ts",
        "line": 9
      },
      "name": "MetricMetadataConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata#metric MetricMetadata#metric}",
            "stability": "stable",
            "summary": "The name of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 28
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata#description MetricMetadata#description}",
            "stability": "stable",
            "summary": "A description of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/metric_metadata#id MetricMetadata#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "perUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata#short_name MetricMetadata#short_name}",
            "stability": "stable",
            "summary": "A short name of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 40
          },
          "name": "shortName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 46
          },
          "name": "statsdInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/metric_metadata#type MetricMetadata#type}",
            "stability": "stable",
            "summary": "Metric type such as `gauge` or `rate`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata.ts",
            "line": 52
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 58
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-metadata:MetricMetadataConfig"
    },
    "@cdktf/provider-datadog.MetricTagConfiguration": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/metric_tag_configuration datadog_metric_tag_configuration}."
      },
      "fqn": "@cdktf/provider-datadog.MetricTagConfiguration",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/metric_tag_configuration datadog_metric_tag_configuration} Resource."
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.MetricTagConfigurationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-tag-configuration.ts",
        "line": 174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 296
          },
          "name": "putAggregations",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 299
          },
          "name": "resetAggregations"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 228
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 244
          },
          "name": "resetIncludePercentiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 311
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MetricTagConfiguration",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 179
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 293
          },
          "name": "aggregations",
          "type": {
            "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregationsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 303
          },
          "name": "aggregationsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 232
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 248
          },
          "name": "includePercentilesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 261
          },
          "name": "metricNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 274
          },
          "name": "metricTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 287
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 222
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 238
          },
          "name": "includePercentiles",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 254
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 267
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 280
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration:MetricTagConfiguration"
    },
    "@cdktf/provider-datadog.MetricTagConfigurationAggregations": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-tag-configuration.ts",
        "line": 48
      },
      "name": "MetricTagConfigurationAggregations",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 54
          },
          "name": "space",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 60
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration:MetricTagConfigurationAggregations"
    },
    "@cdktf/provider-datadog.MetricTagConfigurationAggregationsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregationsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregationsOutputReference"
            }
          }
        }
      ],
      "name": "MetricTagConfigurationAggregationsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 159
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 159
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 159
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration:MetricTagConfigurationAggregationsList"
    },
    "@cdktf/provider-datadog.MetricTagConfigurationAggregationsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregationsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration.ts",
          "line": 84
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 74
      },
      "name": "MetricTagConfigurationAggregationsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 133
          },
          "name": "spaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 146
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 126
          },
          "name": "space",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 139
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 88
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration:MetricTagConfigurationAggregationsOutputReference"
    },
    "@cdktf/provider-datadog.MetricTagConfigurationConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-tag-configuration.ts",
        "line": 9
      },
      "name": "MetricTagConfigurationConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/metric_tag_configuration#aggregations MetricTagConfiguration#aggregations}",
            "stability": "stable",
            "summary": "aggregations block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 46
          },
          "name": "aggregations",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.MetricTagConfigurationAggregations"
                    },
                    "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://www.terraform.io/docs/providers/datadog/r/metric_tag_configuration#id MetricTagConfiguration#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration.ts",
            "line": 16
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "includePercentiles",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration:MetricTagConfigurationConfig"
    },
    "@cdktf/provider-datadog.Monitor": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/monitor datadog_monitor}."
      },
      "fqn": "@cdktf/provider-datadog.Monitor",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/monitor datadog_monitor} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor.ts",
          "line": 522
        },
        "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": "@cdktf/provider-datadog.MonitorConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 997
          },
          "name": "putMonitorThresholds",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholds"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 981
          },
          "name": "putMonitorThresholdWindows",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindows"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 580
          },
          "name": "resetEnableLogsSample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 596
          },
          "name": "resetEscalationMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 612
          },
          "name": "resetEvaluationDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 628
          },
          "name": "resetForceDelete"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 644
          },
          "name": "resetGroupbySimpleMonitor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 660
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 676
          },
          "name": "resetIncludeTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 692
          },
          "name": "resetLocked"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 1000
          },
          "name": "resetMonitorThresholds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 984
          },
          "name": "resetMonitorThresholdWindows"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 734
          },
          "name": "resetNewGroupDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 750
          },
          "name": "resetNewHostDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 766
          },
          "name": "resetNoDataTimeframe"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 782
          },
          "name": "resetNotifyAudit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 798
          },
          "name": "resetNotifyNoData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 814
          },
          "name": "resetPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 843
          },
          "name": "resetRenotifyInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 859
          },
          "name": "resetRenotifyOccurrences"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 875
          },
          "name": "resetRenotifyStatuses"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 891
          },
          "name": "resetRequireFullWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 907
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 923
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 939
          },
          "name": "resetTimeoutH"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 968
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 1012
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Monitor",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 509
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 994
          },
          "name": "monitorThresholds",
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 978
          },
          "name": "monitorThresholdWindows",
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindowsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 584
          },
          "name": "enableLogsSampleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 600
          },
          "name": "escalationMessageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 616
          },
          "name": "evaluationDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 632
          },
          "name": "forceDeleteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 648
          },
          "name": "groupbySimpleMonitorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 664
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 680
          },
          "name": "includeTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 696
          },
          "name": "lockedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 709
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 1004
          },
          "name": "monitorThresholdsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholds"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 988
          },
          "name": "monitorThresholdWindowsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindows"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 722
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 738
          },
          "name": "newGroupDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 754
          },
          "name": "newHostDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 770
          },
          "name": "noDataTimeframeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 786
          },
          "name": "notifyAuditInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 802
          },
          "name": "notifyNoDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 818
          },
          "name": "priorityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 831
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 847
          },
          "name": "renotifyIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 863
          },
          "name": "renotifyOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 879
          },
          "name": "renotifyStatusesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 895
          },
          "name": "requireFullWindowInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 911
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 927
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 943
          },
          "name": "timeoutHInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 956
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 972
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 574
          },
          "name": "enableLogsSample",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 590
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 606
          },
          "name": "evaluationDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 622
          },
          "name": "forceDelete",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 638
          },
          "name": "groupbySimpleMonitor",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 654
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 670
          },
          "name": "includeTags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 686
          },
          "name": "locked",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 702
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 715
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 728
          },
          "name": "newGroupDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 744
          },
          "name": "newHostDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 760
          },
          "name": "noDataTimeframe",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 776
          },
          "name": "notifyAudit",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 792
          },
          "name": "notifyNoData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 808
          },
          "name": "priority",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 824
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 837
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 853
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 869
          },
          "name": "renotifyStatuses",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 885
          },
          "name": "requireFullWindow",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 901
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 917
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 933
          },
          "name": "timeoutH",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 949
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 962
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor:Monitor"
    },
    "@cdktf/provider-datadog.MonitorConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 9
      },
      "name": "MonitorConfig",
      "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://www.terraform.io/docs/providers/datadog/r/monitor#message Monitor#message}",
            "stability": "stable",
            "summary": "A message to include with notifications for this monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 68
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "Name of Datadog monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 74
          },
          "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://www.terraform.io/docs/providers/datadog/r/monitor#query Monitor#query}",
            "stability": "stable",
            "summary": "The monitor query to notify on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 122
          },
          "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`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#type Monitor#type}",
            "stability": "stable",
            "summary": "The type of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 172
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 15
          },
          "name": "enableLogsSample",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 21
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 29
          },
          "name": "evaluationDelay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 35
          },
          "name": "forceDelete",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 41
          },
          "name": "groupbySimpleMonitor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/monitor#id Monitor#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 48
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 54
          },
          "name": "includeTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to `false`. **Deprecated.** Use `restricted_roles`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#locked Monitor#locked}",
            "stability": "stable",
            "summary": "A boolean indicating whether changes to this monitor should be restricted to the creator or admins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 60
          },
          "name": "locked",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#monitor_thresholds Monitor#monitor_thresholds}",
            "stability": "stable",
            "summary": "monitor_thresholds block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 190
          },
          "name": "monitorThresholds",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholds"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#monitor_threshold_windows Monitor#monitor_threshold_windows}",
            "stability": "stable",
            "summary": "monitor_threshold_windows block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 184
          },
          "name": "monitorThresholdWindows",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 82
          },
          "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. Defaults to `300`. 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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#new_host_delay Monitor#new_host_delay}",
            "stability": "stable",
            "summary": "**Deprecated**."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 88
          },
          "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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#no_data_timeframe Monitor#no_data_timeframe}",
            "stability": "stable",
            "summary": "The number of minutes before a monitor will notify when data stops reporting. Provider defaults to 10 minutes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 96
          },
          "name": "noDataTimeframe",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 102
          },
          "name": "notifyAudit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 108
          },
          "name": "notifyNoData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#priority Monitor#priority}",
            "stability": "stable",
            "summary": "Integer from 1 (high) to 5 (low) indicating alert severity."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 114
          },
          "name": "priority",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It will only re-notify if it's not resolved.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 128
          },
          "name": "renotifyInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 134
          },
          "name": "renotifyOccurrences",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 140
          },
          "name": "renotifyStatuses",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "We highly recommend you set this to `false` for sparse metrics, otherwise some evaluations will be skipped. Default: `true` for `on average`, `at all times` and `in total` aggregation. `false` otherwise.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 148
          },
          "name": "requireFullWindow",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 154
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "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://www.terraform.io/docs/providers/datadog/r/monitor#tags Monitor#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 160
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 166
          },
          "name": "timeoutH",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#validate Monitor#validate}",
            "stability": "stable",
            "summary": "If set to `false`, skip the validation call done during plan."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 178
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor:MonitorConfig"
    },
    "@cdktf/provider-datadog.MonitorJson": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/monitor_json datadog_monitor_json}."
      },
      "fqn": "@cdktf/provider-datadog.MonitorJson",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/monitor_json datadog_monitor_json} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor-json.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.MonitorJsonConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-json.ts",
        "line": 34
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 85
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 114
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 126
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MonitorJson",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 39
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 89
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 102
          },
          "name": "monitorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 118
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 79
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 95
          },
          "name": "monitor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 108
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-json:MonitorJson"
    },
    "@cdktf/provider-datadog.MonitorJsonConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorJsonConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-json.ts",
        "line": 9
      },
      "name": "MonitorJsonConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor_json#monitor MonitorJson#monitor}",
            "stability": "stable",
            "summary": "The JSON formatted definition of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/r/monitor_json#id MonitorJson#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor_json#url MonitorJson#url}",
            "stability": "stable",
            "summary": "The URL of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json.ts",
            "line": 28
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-json:MonitorJsonConfig"
    },
    "@cdktf/provider-datadog.MonitorMonitorThresholdWindows": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindows",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 192
      },
      "name": "MonitorMonitorThresholdWindows",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 198
          },
          "name": "recoveryWindow",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 204
          },
          "name": "triggerWindow",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor:MonitorMonitorThresholdWindows"
    },
    "@cdktf/provider-datadog.MonitorMonitorThresholdWindowsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindowsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor.ts",
          "line": 225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 264
          },
          "name": "resetRecoveryWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 280
          },
          "name": "resetTriggerWindow"
        }
      ],
      "name": "MonitorMonitorThresholdWindowsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 268
          },
          "name": "recoveryWindowInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 284
          },
          "name": "triggerWindowInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 258
          },
          "name": "recoveryWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 274
          },
          "name": "triggerWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdWindows"
          }
        }
      ],
      "symbolId": "src/monitor:MonitorMonitorThresholdWindowsOutputReference"
    },
    "@cdktf/provider-datadog.MonitorMonitorThresholds": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 288
      },
      "name": "MonitorMonitorThresholds",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#critical Monitor#critical}",
            "stability": "stable",
            "summary": "The monitor `CRITICAL` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 294
          },
          "name": "critical",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#critical_recovery Monitor#critical_recovery}",
            "stability": "stable",
            "summary": "The monitor `CRITICAL` recovery threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 300
          },
          "name": "criticalRecovery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#ok Monitor#ok}",
            "stability": "stable",
            "summary": "The monitor `OK` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 306
          },
          "name": "ok",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#unknown Monitor#unknown}",
            "stability": "stable",
            "summary": "The monitor `UNKNOWN` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 312
          },
          "name": "unknown",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#warning Monitor#warning}",
            "stability": "stable",
            "summary": "The monitor `WARNING` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 318
          },
          "name": "warning",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/monitor#warning_recovery Monitor#warning_recovery}",
            "stability": "stable",
            "summary": "The monitor `WARNING` recovery threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 324
          },
          "name": "warningRecovery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor:MonitorMonitorThresholds"
    },
    "@cdktf/provider-datadog.MonitorMonitorThresholdsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor.ts",
          "line": 349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor.ts",
        "line": 342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 412
          },
          "name": "resetCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 428
          },
          "name": "resetCriticalRecovery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 444
          },
          "name": "resetOk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 460
          },
          "name": "resetUnknown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 476
          },
          "name": "resetWarning"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 492
          },
          "name": "resetWarningRecovery"
        }
      ],
      "name": "MonitorMonitorThresholdsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 416
          },
          "name": "criticalInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 432
          },
          "name": "criticalRecoveryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 448
          },
          "name": "okInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 464
          },
          "name": "unknownInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 480
          },
          "name": "warningInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 496
          },
          "name": "warningRecoveryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 406
          },
          "name": "critical",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 422
          },
          "name": "criticalRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 438
          },
          "name": "ok",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 454
          },
          "name": "unknown",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 470
          },
          "name": "warning",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 486
          },
          "name": "warningRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor.ts",
            "line": 353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.MonitorMonitorThresholds"
          }
        }
      ],
      "symbolId": "src/monitor:MonitorMonitorThresholdsOutputReference"
    },
    "@cdktf/provider-datadog.OrganizationSettings": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings datadog_organization_settings}."
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettings",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings datadog_organization_settings} Resource."
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 569
        },
        "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": "@cdktf/provider-datadog.OrganizationSettingsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 641
          },
          "name": "putSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettings"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 607
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 623
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 644
          },
          "name": "resetSettings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 656
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrganizationSettings",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 556
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 595
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 632
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 638
          },
          "name": "settings",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 611
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 627
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 648
          },
          "name": "settingsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettings"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 601
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 617
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettings"
    },
    "@cdktf/provider-datadog.OrganizationSettingsConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 9
      },
      "name": "OrganizationSettingsConfig",
      "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://www.terraform.io/docs/providers/datadog/r/organization_settings#id OrganizationSettings#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#name OrganizationSettings#name}",
            "stability": "stable",
            "summary": "Name for Organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 22
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#settings OrganizationSettings#settings}",
            "stability": "stable",
            "summary": "settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 28
          },
          "name": "settings",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettings"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsConfig"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettings": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 327
      },
      "name": "OrganizationSettingsSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#saml OrganizationSettings#saml}",
            "stability": "stable",
            "summary": "saml block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 345
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 351
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 357
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#saml_strict_mode OrganizationSettings#saml_strict_mode}",
            "stability": "stable",
            "summary": "saml_strict_mode block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 363
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#private_widget_share OrganizationSettings#private_widget_share}",
            "stability": "stable",
            "summary": "Whether or not the organization users can share widgets outside of Datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 333
          },
          "name": "privateWidgetShare",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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`\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 339
          },
          "name": "samlAutocreateAccessRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettings"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 500
          },
          "name": "putSaml",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 513
          },
          "name": "putSamlAutocreateUsersDomains",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 526
          },
          "name": "putSamlIdpInitiatedLogin",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 539
          },
          "name": "putSamlStrictMode",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 451
          },
          "name": "resetPrivateWidgetShare"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 467
          },
          "name": "resetSamlAutocreateAccessRole"
        }
      ],
      "name": "OrganizationSettingsSettingsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 497
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 510
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 476
          },
          "name": "samlCanBeEnabled",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 481
          },
          "name": "samlIdpEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 523
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 486
          },
          "name": "samlIdpMetadataUploaded",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 491
          },
          "name": "samlLoginUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 536
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictModeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 455
          },
          "name": "privateWidgetShareInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 471
          },
          "name": "samlAutocreateAccessRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 517
          },
          "name": "samlAutocreateUsersDomainsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 530
          },
          "name": "samlIdpInitiatedLoginInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 504
          },
          "name": "samlInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 543
          },
          "name": "samlStrictModeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 445
          },
          "name": "privateWidgetShare",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 461
          },
          "name": "samlAutocreateAccessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettings"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsOutputReference"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 30
      },
      "name": "OrganizationSettingsSettingsSaml",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not SAML is enabled for this organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 36
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSaml"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 97
      },
      "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 103
          },
          "name": "domains",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not the automated user creation based on SAML domain is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 109
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlAutocreateUsersDomains"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 169
          },
          "name": "resetDomains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 185
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 173
          },
          "name": "domainsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 189
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 163
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 179
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 193
      },
      "name": "OrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not a SAML identity provider metadata file was provided to the Datadog organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 199
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlIdpInitiatedLogin"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 252
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 256
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 246
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 56
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 49
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 89
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 93
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 83
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 60
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSaml"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlOutputReference"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings.ts",
        "line": 260
      },
      "name": "OrganizationSettingsSettingsSamlStrictMode",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not the SAML strict mode is enabled. If true, all users must log in with SAML."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 266
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlStrictMode"
    },
    "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictModeOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictModeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings.ts",
          "line": 286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 319
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlStrictModeOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 323
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 313
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings.ts",
            "line": 290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.OrganizationSettingsSettingsSamlStrictMode"
          }
        }
      ],
      "symbolId": "src/organization-settings:OrganizationSettingsSettingsSamlStrictModeOutputReference"
    },
    "@cdktf/provider-datadog.Role": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/role datadog_role}."
      },
      "fqn": "@cdktf/provider-datadog.Role",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/role datadog_role} Resource."
        },
        "locationInModule": {
          "filename": "src/role.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": "@cdktf/provider-datadog.RoleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/role.ts",
        "line": 138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 220
          },
          "name": "putPermission",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.RolePermission"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 189
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 223
          },
          "name": "resetPermission"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 235
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Role",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 143
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 217
          },
          "name": "permission",
          "type": {
            "fqn": "@cdktf/provider-datadog.RolePermissionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 211
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 193
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 206
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 227
          },
          "name": "permissionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 183
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 199
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/role:Role"
    },
    "@cdktf/provider-datadog.RoleConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.RoleConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/role.ts",
        "line": 9
      },
      "name": "RoleConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/role#name Role#name}",
            "stability": "stable",
            "summary": "Name of the role."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 22
          },
          "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://www.terraform.io/docs/providers/datadog/r/role#id Role#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/role#permission Role#permission}",
            "stability": "stable",
            "summary": "permission block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 28
          },
          "name": "permission",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role:RoleConfig"
    },
    "@cdktf/provider-datadog.RolePermission": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.RolePermission",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/role.ts",
        "line": 30
      },
      "name": "RolePermission",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 39
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/role:RolePermission"
    },
    "@cdktf/provider-datadog.RolePermissionList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.RolePermissionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/role.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 130
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.RolePermissionOutputReference"
            }
          }
        }
      ],
      "name": "RolePermissionList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 123
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 123
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 123
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role:RolePermissionList"
    },
    "@cdktf/provider-datadog.RolePermissionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.RolePermissionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/role.ts",
          "line": 62
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 52
      },
      "name": "RolePermissionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 110
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 105
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 98
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role.ts",
            "line": 66
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.RolePermission"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role:RolePermissionOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRule": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule datadog_security_monitoring_default_rule}."
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule datadog_security_monitoring_default_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 375
        },
        "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": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule.ts",
        "line": 357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 439
          },
          "name": "putCase",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 455
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 471
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 442
          },
          "name": "resetCase"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 410
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 458
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 426
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 474
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 486
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 362
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 436
          },
          "name": "case",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 452
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 468
          },
          "name": "options",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 446
          },
          "name": "caseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 414
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 462
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 430
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 478
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 404
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 420
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRule"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule.ts",
        "line": 42
      },
      "name": "SecurityMonitoringDefaultRuleCase",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 48
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 54
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleCase"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleCaseList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 153
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 153
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 153
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleCaseList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 78
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 68
      },
      "name": "SecurityMonitoringDefaultRuleCaseOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 127
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 140
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 120
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 133
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 82
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleCaseOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule.ts",
        "line": 9
      },
      "name": "SecurityMonitoringDefaultRuleConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule#case SecurityMonitoringDefaultRule#case}",
            "stability": "stable",
            "summary": "case block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 28
          },
          "name": "case",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule#enabled SecurityMonitoringDefaultRule#enabled}",
            "stability": "stable",
            "summary": "Enable the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 15
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule#filter SecurityMonitoringDefaultRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 34
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.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://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule#id SecurityMonitoringDefaultRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_default_rule#options SecurityMonitoringDefaultRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 40
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleConfig"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule.ts",
        "line": 164
      },
      "name": "SecurityMonitoringDefaultRuleFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 170
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 176
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleFilter"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 282
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 275
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 275
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 275
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleFilterList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 190
      },
      "name": "SecurityMonitoringDefaultRuleFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 249
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 262
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 242
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 255
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleFilterOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule.ts",
        "line": 286
      },
      "name": "SecurityMonitoringDefaultRuleOptions",
      "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 292
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleOptions"
    },
    "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule.ts",
          "line": 312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 345
          },
          "name": "resetDecreaseCriticalityBasedOnEnv"
        }
      ],
      "name": "SecurityMonitoringDefaultRuleOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 349
          },
          "name": "decreaseCriticalityBasedOnEnvInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 339
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule.ts",
            "line": 316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringDefaultRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule:SecurityMonitoringDefaultRuleOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringFilter": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter datadog_security_monitoring_filter}."
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter datadog_security_monitoring_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter.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",
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-filter.ts",
        "line": 174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 301
          },
          "name": "putExclusionFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 304
          },
          "name": "resetExclusionFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 228
          },
          "name": "resetFilteredDataType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 244
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 316
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 179
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 298
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 292
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 308
          },
          "name": "exclusionFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 232
          },
          "name": "filteredDataTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 248
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 261
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 274
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 287
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 222
          },
          "name": "filteredDataType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 238
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 254
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 267
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 280
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter:SecurityMonitoringFilter"
    },
    "@cdktf/provider-datadog.SecurityMonitoringFilterConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-filter.ts",
        "line": 9
      },
      "name": "SecurityMonitoringFilterConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#name SecurityMonitoringFilter#name}",
            "stability": "stable",
            "summary": "The name of the security filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 34
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#query SecurityMonitoringFilter#query}",
            "stability": "stable",
            "summary": "The query of the security filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 40
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#exclusion_filter SecurityMonitoringFilter#exclusion_filter}",
            "stability": "stable",
            "summary": "exclusion_filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 46
          },
          "name": "exclusionFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#filtered_data_type SecurityMonitoringFilter#filtered_data_type}",
            "stability": "stable",
            "summary": "The filtered data type. Valid values are `logs`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#id SecurityMonitoringFilter#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter:SecurityMonitoringFilterConfig"
    },
    "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-filter.ts",
        "line": 48
      },
      "name": "SecurityMonitoringFilterExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_filter#name SecurityMonitoringFilter#name}",
            "stability": "stable",
            "summary": "Exclusion filter name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 54
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 60
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter:SecurityMonitoringFilterExclusionFilter"
    },
    "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringFilterExclusionFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 159
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 159
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 159
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter:SecurityMonitoringFilterExclusionFilterList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter.ts",
          "line": 84
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 74
      },
      "name": "SecurityMonitoringFilterExclusionFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 133
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 146
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 126
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 139
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter.ts",
            "line": 88
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringFilterExclusionFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter:SecurityMonitoringFilterExclusionFilterOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRule": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule datadog_security_monitoring_rule}."
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule datadog_security_monitoring_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 1279
        },
        "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": "@cdktf/provider-datadog.SecurityMonitoringRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 1261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1423
          },
          "name": "putCase",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1436
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1452
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1468
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1320
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1439
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1336
          },
          "name": "resetHasExtendedTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1352
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1455
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1394
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1410
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1480
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1266
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1420
          },
          "name": "case",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1433
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1449
          },
          "name": "options",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1465
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1427
          },
          "name": "caseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1324
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1443
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1340
          },
          "name": "hasExtendedTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1356
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1369
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1382
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1459
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1472
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1398
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1414
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1314
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1330
          },
          "name": "hasExtendedTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1346
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1362
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1375
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1388
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1404
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRule"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleCase": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 78
      },
      "name": "SecurityMonitoringRuleCase",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 102
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 84
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Name of the case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 90
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#notifications SecurityMonitoringRule#notifications}",
            "stability": "stable",
            "summary": "Notification targets for each rule case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 96
          },
          "name": "notifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleCase"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleCaseList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 257
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCaseOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleCaseList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 250
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 250
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 250
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleCaseList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleCaseOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 188
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 204
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 220
          },
          "name": "resetNotifications"
        }
      ],
      "name": "SecurityMonitoringRuleCaseOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 192
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 208
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 224
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 237
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 182
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 198
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 214
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 230
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleCaseOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 9
      },
      "name": "SecurityMonitoringRuleConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#case SecurityMonitoringRule#case}",
            "stability": "stable",
            "summary": "case block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 58
          },
          "name": "case",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#message SecurityMonitoringRule#message}",
            "stability": "stable",
            "summary": "Message for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 34
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "The name of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 40
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 76
          },
          "name": "query",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#enabled SecurityMonitoringRule#enabled}",
            "stability": "stable",
            "summary": "Whether the rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 15
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#filter SecurityMonitoringRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 64
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 21
          },
          "name": "hasExtendedTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#id SecurityMonitoringRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#options SecurityMonitoringRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 70
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#tags SecurityMonitoringRule#tags}",
            "stability": "stable",
            "summary": "Tags for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 46
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#type SecurityMonitoringRule#type}",
            "stability": "stable",
            "summary": "The rule type. Valid values are `log_detection`, `infrastructure_configuration`, `workload_security`, `cloud_configuration`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 52
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleConfig"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleFilter": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 261
      },
      "name": "SecurityMonitoringRuleFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 267
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 273
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleFilter"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleFilterList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 379
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleFilterList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 372
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 372
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 372
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleFilterList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleFilterOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 287
      },
      "name": "SecurityMonitoringRuleFilterOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 346
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 359
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 339
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 352
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleFilterOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 601
      },
      "name": "SecurityMonitoringRuleOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 625
          },
          "name": "keepAlive",
          "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://www.terraform.io/docs/providers/datadog/r/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."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 631
          },
          "name": "maxSignalDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 607
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 613
          },
          "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`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 619
          },
          "name": "evaluationWindow",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 637
          },
          "name": "impossibleTravelOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 643
          },
          "name": "newValueOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptions"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 383
      },
      "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "In 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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 389
          },
          "name": "baselineUserLocations",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptionsImpossibleTravelOptions"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 442
          },
          "name": "resetBaselineUserLocations"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 446
          },
          "name": "baselineUserLocationsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 436
          },
          "name": "baselineUserLocations",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 450
      },
      "name": "SecurityMonitoringRuleOptionsNewValueOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1`, `2`, `7`, `14`, `21`, `28`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#forget_after SecurityMonitoringRule#forget_after}",
            "stability": "stable",
            "summary": "The duration in days after which a learned value is forgotten."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 456
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If set to 0, a signal will be generated for all new values after the first value is learned. Valid values are `0`, `1`, `7`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 462
          },
          "name": "learningDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `duration`, `threshold`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 468
          },
          "name": "learningMethod",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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. Valid values are `0`, `1`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 474
          },
          "name": "learningThreshold",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptionsNewValueOptions"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 561
          },
          "name": "resetLearningDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 577
          },
          "name": "resetLearningMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 593
          },
          "name": "resetLearningThreshold"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsNewValueOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 549
          },
          "name": "forgetAfterInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 565
          },
          "name": "learningDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 581
          },
          "name": "learningMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 597
          },
          "name": "learningThresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 542
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 555
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 571
          },
          "name": "learningMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 587
          },
          "name": "learningThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptionsNewValueOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 809
          },
          "name": "putImpossibleTravelOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 825
          },
          "name": "putNewValueOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 738
          },
          "name": "resetDecreaseCriticalityBasedOnEnv"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 754
          },
          "name": "resetDetectionMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 770
          },
          "name": "resetEvaluationWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 812
          },
          "name": "resetImpossibleTravelOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 828
          },
          "name": "resetNewValueOptions"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 806
          },
          "name": "impossibleTravelOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 822
          },
          "name": "newValueOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 742
          },
          "name": "decreaseCriticalityBasedOnEnvInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 758
          },
          "name": "detectionMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 774
          },
          "name": "evaluationWindowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 816
          },
          "name": "impossibleTravelOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 787
          },
          "name": "keepAliveInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 800
          },
          "name": "maxSignalDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 832
          },
          "name": "newValueOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 732
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 748
          },
          "name": "detectionMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 764
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 780
          },
          "name": "keepAlive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 793
          },
          "name": "maxSignalDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 958
      },
      "name": "SecurityMonitoringRuleQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "Query to run on logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1000
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#agent_rule SecurityMonitoringRule#agent_rule}",
            "stability": "stable",
            "summary": "agent_rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1006
          },
          "name": "agentRule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#aggregation SecurityMonitoringRule#aggregation}",
            "stability": "stable",
            "summary": "The aggregation type. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 964
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 970
          },
          "name": "distinctFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 976
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#metric SecurityMonitoringRule#metric}",
            "stability": "stable",
            "summary": "The target field to aggregate over when using the `sum`, `max`, or `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 982
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#metrics SecurityMonitoringRule#metrics}",
            "stability": "stable",
            "summary": "Group of target fields to aggregate over when using the new value aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 988
          },
          "name": "metrics",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 994
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQuery"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule.ts",
        "line": 836
      },
      "name": "SecurityMonitoringRuleQueryAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 842
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/security_monitoring_rule#expression SecurityMonitoringRule#expression}",
            "stability": "stable",
            "summary": "**Deprecated**. It won't be applied anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 848
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQueryAgentRule"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleQueryAgentRuleList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 947
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 947
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 947
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQueryAgentRuleList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 862
      },
      "name": "SecurityMonitoringRuleQueryAgentRuleOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 921
          },
          "name": "agentRuleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 934
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 914
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 927
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQueryAgentRuleOutputReference"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQueryList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 1246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 1238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1253
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleQueryList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1246
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1246
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1246
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQueryList"
    },
    "@cdktf/provider-datadog.SecurityMonitoringRuleQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule.ts",
          "line": 1036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 1026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1226
          },
          "name": "putAgentRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1229
          },
          "name": "resetAgentRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1120
          },
          "name": "resetAggregation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1136
          },
          "name": "resetDistinctFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1152
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1168
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1184
          },
          "name": "resetMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1200
          },
          "name": "resetName"
        }
      ],
      "name": "SecurityMonitoringRuleQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1223
          },
          "name": "agentRule",
          "type": {
            "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1233
          },
          "name": "agentRuleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1124
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1140
          },
          "name": "distinctFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1156
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1172
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1188
          },
          "name": "metricsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1204
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1217
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1114
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1130
          },
          "name": "distinctFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1146
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1162
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1178
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1194
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1210
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule.ts",
            "line": 1040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SecurityMonitoringRuleQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule:SecurityMonitoringRuleQueryOutputReference"
    },
    "@cdktf/provider-datadog.ServiceLevelObjective": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective datadog_service_level_objective}."
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjective",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective datadog_service_level_objective} Resource."
        },
        "locationInModule": {
          "filename": "src/service-level-objective.ts",
          "line": 351
        },
        "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": "@cdktf/provider-datadog.ServiceLevelObjectiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective.ts",
        "line": 333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 527
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 543
          },
          "name": "putThresholds",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 392
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 408
          },
          "name": "resetForceDelete"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 424
          },
          "name": "resetGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 440
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 456
          },
          "name": "resetMonitorIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 530
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 485
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 514
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 555
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ServiceLevelObjective",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 338
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 524
          },
          "name": "query",
          "type": {
            "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 540
          },
          "name": "thresholds",
          "type": {
            "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 396
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 412
          },
          "name": "forceDeleteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 428
          },
          "name": "groupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 444
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 460
          },
          "name": "monitorIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 473
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 534
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 489
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 547
          },
          "name": "thresholdsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 502
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 518
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 386
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 402
          },
          "name": "forceDelete",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 418
          },
          "name": "groups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 434
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 450
          },
          "name": "monitorIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 466
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 479
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 495
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 508
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjective"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective.ts",
        "line": 9
      },
      "name": "ServiceLevelObjectiveConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#name ServiceLevelObjective#name}",
            "stability": "stable",
            "summary": "Name of Datadog service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 46
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#thresholds ServiceLevelObjective#thresholds}",
            "stability": "stable",
            "summary": "thresholds block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 76
          },
          "name": "thresholds",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.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`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#type ServiceLevelObjective#type}",
            "stability": "stable",
            "summary": "The type of the service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 58
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#description ServiceLevelObjective#description}",
            "stability": "stable",
            "summary": "A description of this service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 15
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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 (e.g. dashboards)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 21
          },
          "name": "forceDelete",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 27
          },
          "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://www.terraform.io/docs/providers/datadog/r/service_level_objective#id ServiceLevelObjective#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 34
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "monitorIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 70
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQuery"
          }
        },
        {
          "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\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 52
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#validate ServiceLevelObjective#validate}",
            "stability": "stable",
            "summary": "Whether or not to validate the SLO."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 64
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveConfig"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveQuery": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective.ts",
        "line": 78
      },
      "name": "ServiceLevelObjectiveQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#denominator ServiceLevelObjective#denominator}",
            "stability": "stable",
            "summary": "The sum of the `total` events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 84
          },
          "name": "denominator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#numerator ServiceLevelObjective#numerator}",
            "stability": "stable",
            "summary": "The sum of all the `good` events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 90
          },
          "name": "numerator",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveQuery"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveQueryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective.ts",
          "line": 111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 104
      },
      "name": "ServiceLevelObjectiveQueryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 151
          },
          "name": "denominatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 164
          },
          "name": "numeratorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 144
          },
          "name": "denominator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 157
          },
          "name": "numerator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveQueryOutputReference"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective.ts",
        "line": 168
      },
      "name": "ServiceLevelObjectiveThresholds",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/service_level_objective#target ServiceLevelObjective#target}",
            "stability": "stable",
            "summary": "The objective's target in`[0,100]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 174
          },
          "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://www.terraform.io/docs/providers/datadog/r/service_level_objective#timeframe ServiceLevelObjective#timeframe}",
            "stability": "stable",
            "summary": "The time frame for the objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 180
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 186
          },
          "name": "warning",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveThresholds"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective.ts",
          "line": 318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 325
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsOutputReference"
            }
          }
        }
      ],
      "name": "ServiceLevelObjectiveThresholdsList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 318
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 318
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 318
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveThresholdsList"
    },
    "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective.ts",
          "line": 211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 296
          },
          "name": "resetWarning"
        }
      ],
      "name": "ServiceLevelObjectiveThresholdsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 271
          },
          "name": "targetDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 305
          },
          "name": "warningDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 266
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 284
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 300
          },
          "name": "warningInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 259
          },
          "name": "target",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 277
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 290
          },
          "name": "warning",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective.ts",
            "line": 215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.ServiceLevelObjectiveThresholds"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective:ServiceLevelObjectiveThresholdsOutputReference"
    },
    "@cdktf/provider-datadog.SloCorrection": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/slo_correction datadog_slo_correction}."
      },
      "fqn": "@cdktf/provider-datadog.SloCorrection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/slo_correction datadog_slo_correction} Resource."
        },
        "locationInModule": {
          "filename": "src/slo-correction.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": "@cdktf/provider-datadog.SloCorrectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/slo-correction.ts",
        "line": 70
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 140
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 156
          },
          "name": "resetDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 172
          },
          "name": "resetEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 188
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 204
          },
          "name": "resetRrule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 246
          },
          "name": "resetTimezone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 258
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SloCorrection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 75
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 128
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 144
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 160
          },
          "name": "durationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 176
          },
          "name": "endInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 192
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 208
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 221
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 234
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 250
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 121
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 134
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 150
          },
          "name": "duration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 166
          },
          "name": "end",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 182
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 198
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 214
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 227
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 240
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/slo-correction:SloCorrection"
    },
    "@cdktf/provider-datadog.SloCorrectionConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SloCorrectionConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/slo-correction.ts",
        "line": 9
      },
      "name": "SloCorrectionConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 15
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 52
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/slo_correction#start SloCorrection#start}",
            "stability": "stable",
            "summary": "Starting time of the correction in epoch seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 58
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/slo_correction#description SloCorrection#description}",
            "stability": "stable",
            "summary": "Description of the correction being made."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 21
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 27
          },
          "name": "duration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 33
          },
          "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://www.terraform.io/docs/providers/datadog/r/slo_correction#id SloCorrection#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 40
          },
          "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://www.terraform.io/docs/providers/datadog/r/slo_correction#rrule SloCorrection#rrule}",
            "stability": "stable",
            "summary": "Recurrence rules as defined in the iCalendar RFC 5545."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 46
          },
          "name": "rrule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/slo_correction#timezone SloCorrection#timezone}",
            "stability": "stable",
            "summary": "The timezone to display in the UI for the correction times (defaults to \"UTC\")."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction.ts",
            "line": 64
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/slo-correction:SloCorrectionConfig"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariable": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable datadog_synthetics_global_variable}."
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable datadog_synthetics_global_variable} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable.ts",
          "line": 300
        },
        "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": "@cdktf/provider-datadog.SyntheticsGlobalVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 458
          },
          "name": "putParseTestOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 339
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 355
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 384
          },
          "name": "resetParseTestId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 461
          },
          "name": "resetParseTestOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 400
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 416
          },
          "name": "resetSecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 432
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 473
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 287
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 455
          },
          "name": "parseTestOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 343
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 359
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 372
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 388
          },
          "name": "parseTestIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 465
          },
          "name": "parseTestOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 404
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 420
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 436
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 449
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 333
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 349
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 365
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 378
          },
          "name": "parseTestId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 394
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 410
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 426
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 442
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariable"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariableConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 9
      },
      "name": "SyntheticsGlobalVariableConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#name SyntheticsGlobalVariable#name}",
            "stability": "stable",
            "summary": "Synthetics global variable name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 28
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#value SyntheticsGlobalVariable#value}",
            "stability": "stable",
            "summary": "The value of the global variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 58
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#description SyntheticsGlobalVariable#description}",
            "stability": "stable",
            "summary": "Description of the global variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#id SyntheticsGlobalVariable#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "parseTestId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 64
          },
          "name": "parseTestOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 40
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#secure SyntheticsGlobalVariable#secure}",
            "stability": "stable",
            "summary": "If set to true, the value of the global variable is hidden. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 46
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 52
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariableConfig"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 159
      },
      "name": "SyntheticsGlobalVariableParseTestOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_global_variable#parser SyntheticsGlobalVariable#parser}",
            "stability": "stable",
            "summary": "parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 177
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 171
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 165
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariableParseTestOptions"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable.ts",
          "line": 199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 270
          },
          "name": "putParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 244
          },
          "name": "resetField"
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 267
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 248
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 274
          },
          "name": "parserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 261
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 238
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 254
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptions"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariableParseTestOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 66
      },
      "name": "SyntheticsGlobalVariableParseTestOptionsParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 72
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 78
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariableParseTestOptionsParser"
    },
    "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable.ts",
          "line": 99
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable.ts",
        "line": 92
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 151
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 139
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 155
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 132
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 145
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable.ts",
            "line": 103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsGlobalVariableParseTestOptionsParser"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable:SyntheticsGlobalVariableParseTestOptionsParserOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsPrivateLocation": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location datadog_synthetics_private_location}."
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocation",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location datadog_synthetics_private_location} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-private-location.ts",
          "line": 131
        },
        "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": "@cdktf/provider-datadog.SyntheticsPrivateLocationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-private-location.ts",
        "line": 113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 229
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 171
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 187
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 232
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 216
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 244
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsPrivateLocation",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 118
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 159
          },
          "name": "config",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 226
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadataOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 175
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 191
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 236
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 204
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 220
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 165
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 181
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 210
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location:SyntheticsPrivateLocation"
    },
    "@cdktf/provider-datadog.SyntheticsPrivateLocationConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-private-location.ts",
        "line": 9
      },
      "name": "SyntheticsPrivateLocationConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location#name SyntheticsPrivateLocation#name}",
            "stability": "stable",
            "summary": "Synthetics private location name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 28
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location#description SyntheticsPrivateLocation#description}",
            "stability": "stable",
            "summary": "Description of the private location."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 15
          },
          "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://www.terraform.io/docs/providers/datadog/r/synthetics_private_location#id SyntheticsPrivateLocation#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 22
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location#metadata SyntheticsPrivateLocation#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 40
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location:SyntheticsPrivateLocationConfig"
    },
    "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-private-location.ts",
        "line": 42
      },
      "name": "SyntheticsPrivateLocationMetadata",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_private_location#restricted_roles SyntheticsPrivateLocation#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-private-location.ts",
            "line": 48
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location:SyntheticsPrivateLocationMetadata"
    },
    "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadataOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-private-location.ts",
          "line": 68
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-private-location.ts",
        "line": 61
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 101
          },
          "name": "resetRestrictedRoles"
        }
      ],
      "name": "SyntheticsPrivateLocationMetadataOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 105
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 95
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location.ts",
            "line": 72
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsPrivateLocationMetadata"
          }
        }
      ],
      "symbolId": "src/synthetics-private-location:SyntheticsPrivateLocationMetadataOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTest": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test datadog_synthetics_test}."
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTest",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test datadog_synthetics_test} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 6337
        },
        "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": "@cdktf/provider-datadog.SyntheticsTestConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 6319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6571
          },
          "name": "putApiStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6587
          },
          "name": "putAssertion",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6603
          },
          "name": "putBrowserStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6619
          },
          "name": "putBrowserVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6635
          },
          "name": "putConfigVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6651
          },
          "name": "putOptionsList",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsList"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6667
          },
          "name": "putRequestBasicauth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6683
          },
          "name": "putRequestClientCertificate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6699
          },
          "name": "putRequestDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6715
          },
          "name": "putRequestProxy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6574
          },
          "name": "resetApiStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6590
          },
          "name": "resetAssertion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6606
          },
          "name": "resetBrowserStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6622
          },
          "name": "resetBrowserVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6638
          },
          "name": "resetConfigVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6389
          },
          "name": "resetDeviceIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6405
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6434
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6654
          },
          "name": "resetOptionsList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6670
          },
          "name": "resetRequestBasicauth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6686
          },
          "name": "resetRequestClientCertificate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6702
          },
          "name": "resetRequestDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6468
          },
          "name": "resetRequestHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6718
          },
          "name": "resetRequestProxy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6484
          },
          "name": "resetRequestQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6500
          },
          "name": "resetSetCookie"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6529
          },
          "name": "resetSubtype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6545
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6730
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsTest",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6324
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6568
          },
          "name": "apiStep",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6584
          },
          "name": "assertion",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6600
          },
          "name": "browserStep",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6616
          },
          "name": "browserVariable",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6632
          },
          "name": "configVariable",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6443
          },
          "name": "monitorId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6648
          },
          "name": "optionsList",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6664
          },
          "name": "requestBasicauth",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6680
          },
          "name": "requestClientCertificate",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6696
          },
          "name": "requestDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6712
          },
          "name": "requestProxy",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6578
          },
          "name": "apiStepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6594
          },
          "name": "assertionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6610
          },
          "name": "browserStepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6626
          },
          "name": "browserVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6642
          },
          "name": "configVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6393
          },
          "name": "deviceIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6409
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6422
          },
          "name": "locationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6438
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6456
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6658
          },
          "name": "optionsListInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6674
          },
          "name": "requestBasicauthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6690
          },
          "name": "requestClientCertificateInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6706
          },
          "name": "requestDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6472
          },
          "name": "requestHeadersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6722
          },
          "name": "requestProxyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxy"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6488
          },
          "name": "requestQueryInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6504
          },
          "name": "setCookieInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6517
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6533
          },
          "name": "subtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6549
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6562
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6383
          },
          "name": "deviceIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6399
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6415
          },
          "name": "locations",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6428
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6449
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6462
          },
          "name": "requestHeaders",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6478
          },
          "name": "requestQuery",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6494
          },
          "name": "setCookie",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6510
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6523
          },
          "name": "subtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6539
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6555
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTest"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStep": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2032
      },
      "name": "SyntheticsTestApiStep",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "The name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2050
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2038
          },
          "name": "allowFailure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#assertion SyntheticsTest#assertion}",
            "stability": "stable",
            "summary": "assertion block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2074
          },
          "name": "assertion",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#extracted_value SyntheticsTest#extracted_value}",
            "stability": "stable",
            "summary": "extracted_value block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2080
          },
          "name": "extractedValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be used only if `allow_failure` is `true`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 2044
          },
          "name": "isCritical",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}",
            "stability": "stable",
            "summary": "request_basicauth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2086
          },
          "name": "requestBasicauth",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}",
            "stability": "stable",
            "summary": "request_client_certificate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2092
          },
          "name": "requestClientCertificate",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_definition SyntheticsTest#request_definition}",
            "stability": "stable",
            "summary": "request_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2098
          },
          "name": "requestDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_headers SyntheticsTest#request_headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2056
          },
          "name": "requestHeaders",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_proxy SyntheticsTest#request_proxy}",
            "stability": "stable",
            "summary": "request_proxy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2104
          },
          "name": "requestProxy",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_query SyntheticsTest#request_query}",
            "stability": "stable",
            "summary": "Query arguments name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2062
          },
          "name": "requestQuery",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#retry SyntheticsTest#retry}",
            "stability": "stable",
            "summary": "retry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2110
          },
          "name": "retry",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetry"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#subtype SyntheticsTest#subtype}",
            "stability": "stable",
            "summary": "The subtype of the Synthetic multistep API test step. Valid values are `http`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2068
          },
          "name": "subtype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStep"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 260
      },
      "name": "SyntheticsTestApiStepAssertion",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "Assertion operator. **Note** Only some combinations of `type` and `operator` are valid (please refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test))."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 266
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note** Only some combinations of `type` and `operator` are valid (please refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test)). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `connection`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of assertion."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 284
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#property SyntheticsTest#property}",
            "stability": "stable",
            "summary": "If assertion type is `header`, this is the header name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 272
          },
          "name": "property",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#target SyntheticsTest#target}",
            "stability": "stable",
            "summary": "Expected value. Depends on the assertion type, refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test) for details."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 278
          },
          "name": "target",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}",
            "stability": "stable",
            "summary": "targetjsonpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 290
          },
          "name": "targetjsonpath",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepAssertion"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 465
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepAssertionList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 458
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 458
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 458
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepAssertionList"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 438
          },
          "name": "putTargetjsonpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 396
          },
          "name": "resetProperty"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 412
          },
          "name": "resetTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 441
          },
          "name": "resetTargetjsonpath"
        }
      ],
      "name": "SyntheticsTestApiStepAssertionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 435
          },
          "name": "targetjsonpath",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 384
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 400
          },
          "name": "propertyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 416
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 445
          },
          "name": "targetjsonpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 429
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 377
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 390
          },
          "name": "property",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 406
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 422
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepAssertionOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 144
      },
      "name": "SyntheticsTestApiStepAssertionTargetjsonpath",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#jsonpath SyntheticsTest#jsonpath}",
            "stability": "stable",
            "summary": "The JSON path to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 150
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 156
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 162
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepAssertionTargetjsonpath"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 177
      },
      "name": "SyntheticsTestApiStepAssertionTargetjsonpathOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 230
          },
          "name": "jsonpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 243
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 256
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 223
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 236
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 249
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepAssertionTargetjsonpathOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 562
      },
      "name": "SyntheticsTestApiStepExtractedValue",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 572
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#parser SyntheticsTest#parser}",
            "stability": "stable",
            "summary": "parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 584
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Property of the Synthetics Test Response to use for the variable. Valid values are `http_body`, `http_header`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 578
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#field SyntheticsTest#field}",
            "stability": "stable",
            "summary": "When type is `http_header`, name of the header to use to extract the value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 568
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepExtractedValue"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 733
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 726
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 726
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 726
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepExtractedValueList"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 709
          },
          "name": "putParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 670
          },
          "name": "resetField"
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 706
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 674
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 687
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 713
          },
          "name": "parserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 700
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 664
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 680
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 693
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepExtractedValueOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 469
      },
      "name": "SyntheticsTestApiStepExtractedValueParser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 475
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 481
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepExtractedValueParser"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParserOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 554
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueParserOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 542
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 558
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 535
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 548
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueParser"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepExtractedValueParserOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2472
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2465
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2465
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2465
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepList"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2349
          },
          "name": "putAssertion",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2365
          },
          "name": "putExtractedValue",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktf.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2381
          },
          "name": "putRequestBasicauth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2397
          },
          "name": "putRequestClientCertificate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2413
          },
          "name": "putRequestDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2429
          },
          "name": "putRequestProxy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2445
          },
          "name": "putRetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetry"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2259
          },
          "name": "resetAllowFailure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2352
          },
          "name": "resetAssertion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2368
          },
          "name": "resetExtractedValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2275
          },
          "name": "resetIsCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2384
          },
          "name": "resetRequestBasicauth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2400
          },
          "name": "resetRequestClientCertificate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2416
          },
          "name": "resetRequestDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2304
          },
          "name": "resetRequestHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2432
          },
          "name": "resetRequestProxy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2320
          },
          "name": "resetRequestQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2448
          },
          "name": "resetRetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2336
          },
          "name": "resetSubtype"
        }
      ],
      "name": "SyntheticsTestApiStepOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2346
          },
          "name": "assertion",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2362
          },
          "name": "extractedValue",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValueList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2378
          },
          "name": "requestBasicauth",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2394
          },
          "name": "requestClientCertificate",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2410
          },
          "name": "requestDefinition",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2426
          },
          "name": "requestProxy",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2442
          },
          "name": "retry",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2263
          },
          "name": "allowFailureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2356
          },
          "name": "assertionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2372
          },
          "name": "extractedValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2279
          },
          "name": "isCriticalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2292
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2388
          },
          "name": "requestBasicauthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2404
          },
          "name": "requestClientCertificateInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2420
          },
          "name": "requestDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2308
          },
          "name": "requestHeadersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2436
          },
          "name": "requestProxyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2324
          },
          "name": "requestQueryInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2452
          },
          "name": "retryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetry"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2340
          },
          "name": "subtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2253
          },
          "name": "allowFailure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2269
          },
          "name": "isCritical",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2285
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2298
          },
          "name": "requestHeaders",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2314
          },
          "name": "requestQuery",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2330
          },
          "name": "subtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 737
      },
      "name": "SyntheticsTestApiStepRequestBasicauth",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#access_key SyntheticsTest#access_key}",
            "stability": "stable",
            "summary": "Access key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 743
          },
          "name": "accessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#domain SyntheticsTest#domain}",
            "stability": "stable",
            "summary": "Domain for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 749
          },
          "name": "domain",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#password SyntheticsTest#password}",
            "stability": "stable",
            "summary": "Password for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 755
          },
          "name": "password",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#region SyntheticsTest#region}",
            "stability": "stable",
            "summary": "Region for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 761
          },
          "name": "region",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#secret_key SyntheticsTest#secret_key}",
            "stability": "stable",
            "summary": "Secret key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 767
          },
          "name": "secretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#service_name SyntheticsTest#service_name}",
            "stability": "stable",
            "summary": "Service name for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 773
          },
          "name": "serviceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#session_token SyntheticsTest#session_token}",
            "stability": "stable",
            "summary": "Session token for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 779
          },
          "name": "sessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of basic authentication to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 785
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#username SyntheticsTest#username}",
            "stability": "stable",
            "summary": "Username for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 791
          },
          "name": "username",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#workstation SyntheticsTest#workstation}",
            "stability": "stable",
            "summary": "Workstation for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 797
          },
          "name": "workstation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestBasicauth"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauthOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 913
          },
          "name": "resetAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 929
          },
          "name": "resetDomain"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 945
          },
          "name": "resetPassword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 961
          },
          "name": "resetRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 977
          },
          "name": "resetSecretKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 993
          },
          "name": "resetServiceName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1009
          },
          "name": "resetSessionToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1025
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1041
          },
          "name": "resetUsername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1057
          },
          "name": "resetWorkstation"
        }
      ],
      "name": "SyntheticsTestApiStepRequestBasicauthOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 917
          },
          "name": "accessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 933
          },
          "name": "domainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 949
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 965
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 981
          },
          "name": "secretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 997
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1013
          },
          "name": "sessionTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1029
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1045
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1061
          },
          "name": "workstationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 907
          },
          "name": "accessKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 923
          },
          "name": "domain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 939
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 955
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 971
          },
          "name": "secretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 987
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1003
          },
          "name": "sessionToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1019
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1035
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1051
          },
          "name": "workstation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestBasicauth"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestBasicauthOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1251
      },
      "name": "SyntheticsTestApiStepRequestClientCertificate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#cert SyntheticsTest#cert}",
            "stability": "stable",
            "summary": "cert block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1257
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#key SyntheticsTest#key}",
            "stability": "stable",
            "summary": "key block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1263
          },
          "name": "key",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificate"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1065
      },
      "name": "SyntheticsTestApiStepRequestClientCertificateCert",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1071
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1077
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificateCert"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCertOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCertOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1150
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateCertOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1138
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1154
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1131
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1144
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificateCertOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1158
      },
      "name": "SyntheticsTestApiStepRequestClientCertificateKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1164
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1170
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificateKey"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1243
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateKeyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1231
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1247
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1224
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1237
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificateKeyOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1320
          },
          "name": "putCert",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1333
          },
          "name": "putKey",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey"
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1317
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCertOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1330
          },
          "name": "key",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1324
          },
          "name": "certInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1337
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestClientCertificate"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestClientCertificateOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1341
      },
      "name": "SyntheticsTestApiStepRequestDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}",
            "stability": "stable",
            "summary": "Allows loading insecure content for an HTTP test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1347
          },
          "name": "allowInsecure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#body SyntheticsTest#body}",
            "stability": "stable",
            "summary": "The request body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1353
          },
          "name": "body",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1359
          },
          "name": "dnsServer",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1365
          },
          "name": "dnsServerPort",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1371
          },
          "name": "followRedirects",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#host SyntheticsTest#host}",
            "stability": "stable",
            "summary": "Host name to perform the test with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1377
          },
          "name": "host",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#message SyntheticsTest#message}",
            "stability": "stable",
            "summary": "For UDP and websocket tests, message to send with the request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1383
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#method SyntheticsTest#method}",
            "stability": "stable",
            "summary": "The HTTP method. Valid values are `GET`, `POST`, `PATCH`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1389
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1395
          },
          "name": "noSavingResponseBody",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1401
          },
          "name": "numberOfPackets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#port SyntheticsTest#port}",
            "stability": "stable",
            "summary": "Port to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1407
          },
          "name": "port",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1413
          },
          "name": "servername",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#service SyntheticsTest#service}",
            "stability": "stable",
            "summary": "For gRPC tests, service to target for healthcheck."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1419
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1425
          },
          "name": "shouldTrackHops",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Timeout in seconds for the test. Defaults to `60`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1431
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "The URL to send the request to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1437
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestDefinition"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1595
          },
          "name": "resetAllowInsecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1611
          },
          "name": "resetBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1627
          },
          "name": "resetDnsServer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1643
          },
          "name": "resetDnsServerPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1659
          },
          "name": "resetFollowRedirects"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1675
          },
          "name": "resetHost"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1691
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1707
          },
          "name": "resetMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1723
          },
          "name": "resetNoSavingResponseBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1739
          },
          "name": "resetNumberOfPackets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1755
          },
          "name": "resetPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1771
          },
          "name": "resetServername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1787
          },
          "name": "resetService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1803
          },
          "name": "resetShouldTrackHops"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1819
          },
          "name": "resetTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1835
          },
          "name": "resetUrl"
        }
      ],
      "name": "SyntheticsTestApiStepRequestDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1599
          },
          "name": "allowInsecureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1615
          },
          "name": "bodyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1631
          },
          "name": "dnsServerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1647
          },
          "name": "dnsServerPortInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1663
          },
          "name": "followRedirectsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1679
          },
          "name": "hostInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1695
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1711
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1727
          },
          "name": "noSavingResponseBodyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1743
          },
          "name": "numberOfPacketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1759
          },
          "name": "portInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1775
          },
          "name": "servernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1791
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1807
          },
          "name": "shouldTrackHopsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1823
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1839
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1589
          },
          "name": "allowInsecure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1605
          },
          "name": "body",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1621
          },
          "name": "dnsServer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1637
          },
          "name": "dnsServerPort",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1653
          },
          "name": "followRedirects",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1669
          },
          "name": "host",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1685
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1701
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1717
          },
          "name": "noSavingResponseBody",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1733
          },
          "name": "numberOfPackets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1749
          },
          "name": "port",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1765
          },
          "name": "servername",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1781
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1797
          },
          "name": "shouldTrackHops",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1813
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1829
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestDefinition"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1843
      },
      "name": "SyntheticsTestApiStepRequestProxy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "URL of the proxy to perform the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1855
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#headers SyntheticsTest#headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1849
          },
          "name": "headers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestProxy"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1915
          },
          "name": "resetHeaders"
        }
      ],
      "name": "SyntheticsTestApiStepRequestProxyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1919
          },
          "name": "headersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1932
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1909
          },
          "name": "headers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1925
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRequestProxy"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRequestProxyOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRetry": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 1936
      },
      "name": "SyntheticsTestApiStepRetry",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 1942
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#interval SyntheticsTest#interval}",
            "stability": "stable",
            "summary": "Interval between a failed test and the next retry in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1948
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRetry"
    },
    "@cdktf/provider-datadog.SyntheticsTestApiStepRetryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 1969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 1962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2008
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2024
          },
          "name": "resetInterval"
        }
      ],
      "name": "SyntheticsTestApiStepRetryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2012
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2028
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2002
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2018
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 1973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStepRetry"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestApiStepRetryOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestAssertion": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2592
      },
      "name": "SyntheticsTestAssertion",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "Assertion operator. **Note** Only some combinations of `type` and `operator` are valid (please refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test))."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2598
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note** Only some combinations of `type` and `operator` are valid (please refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test)). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `connection`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of assertion."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2616
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#property SyntheticsTest#property}",
            "stability": "stable",
            "summary": "If assertion type is `header`, this is the header name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2604
          },
          "name": "property",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#target SyntheticsTest#target}",
            "stability": "stable",
            "summary": "Expected value. Depends on the assertion type, refer to [Datadog documentation](https://docs.datadoghq.com/api/latest/synthetics/#create-a-test) for details."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2610
          },
          "name": "target",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}",
            "stability": "stable",
            "summary": "targetjsonpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2622
          },
          "name": "targetjsonpath",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestAssertion"
    },
    "@cdktf/provider-datadog.SyntheticsTestAssertionList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2797
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestAssertionList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2790
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2790
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2790
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestAssertionList"
    },
    "@cdktf/provider-datadog.SyntheticsTestAssertionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 2639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2770
          },
          "name": "putTargetjsonpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2728
          },
          "name": "resetProperty"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2744
          },
          "name": "resetTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2773
          },
          "name": "resetTargetjsonpath"
        }
      ],
      "name": "SyntheticsTestAssertionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2767
          },
          "name": "targetjsonpath",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2716
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2732
          },
          "name": "propertyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2748
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2777
          },
          "name": "targetjsonpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2761
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2709
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2722
          },
          "name": "property",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2738
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2754
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestAssertionOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2476
      },
      "name": "SyntheticsTestAssertionTargetjsonpath",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#jsonpath SyntheticsTest#jsonpath}",
            "stability": "stable",
            "summary": "The JSON path to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2482
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2488
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2494
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestAssertionTargetjsonpath"
    },
    "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpathOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2516
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2509
      },
      "name": "SyntheticsTestAssertionTargetjsonpathOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2562
          },
          "name": "jsonpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2575
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2588
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2555
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2568
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2581
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestAssertionTargetjsonpathOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStep": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 3666
      },
      "name": "SyntheticsTestBrowserStep",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3690
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#params SyntheticsTest#params}",
            "stability": "stable",
            "summary": "params block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3708
          },
          "name": "params",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `click`, `extractFromJavascript`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3702
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3672
          },
          "name": "allowFailure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3678
          },
          "name": "forceElementUpdate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be used only if `allow_failure` is `true`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3684
          },
          "name": "isCritical",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Used to override the default timeout of a step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3696
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStep"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 3919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 3911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3926
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestBrowserStepList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3919
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3919
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3919
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepList"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 3737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 3727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3902
          },
          "name": "putParams",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3815
          },
          "name": "resetAllowFailure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3831
          },
          "name": "resetForceElementUpdate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3847
          },
          "name": "resetIsCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3876
          },
          "name": "resetTimeout"
        }
      ],
      "name": "SyntheticsTestBrowserStepOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3899
          },
          "name": "params",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3819
          },
          "name": "allowFailureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3835
          },
          "name": "forceElementUpdateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3851
          },
          "name": "isCriticalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3864
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3906
          },
          "name": "paramsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3880
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3893
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3809
          },
          "name": "allowFailure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3825
          },
          "name": "forceElementUpdate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3841
          },
          "name": "isCritical",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3857
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3870
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3886
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 3077
      },
      "name": "SyntheticsTestBrowserStepParams",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3083
          },
          "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://www.terraform.io/docs/providers/datadog/r/synthetics_test#check SyntheticsTest#check}",
            "stability": "stable",
            "summary": "Check type to use for an assertion step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3089
          },
          "name": "check",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3095
          },
          "name": "clickType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#code SyntheticsTest#code}",
            "stability": "stable",
            "summary": "Javascript code to use for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3101
          },
          "name": "code",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3107
          },
          "name": "delay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#element SyntheticsTest#element}",
            "stability": "stable",
            "summary": "Element to use for the step, json encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3113
          },
          "name": "element",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#element_user_locator SyntheticsTest#element_user_locator}",
            "stability": "stable",
            "summary": "element_user_locator block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3185
          },
          "name": "elementUserLocator",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#email SyntheticsTest#email}",
            "stability": "stable",
            "summary": "Details of the email for an \"assert email\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3119
          },
          "name": "email",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#file SyntheticsTest#file}",
            "stability": "stable",
            "summary": "For an \"assert download\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3125
          },
          "name": "file",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3131
          },
          "name": "files",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#modifiers SyntheticsTest#modifiers}",
            "stability": "stable",
            "summary": "Modifier to use for a \"press key\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3137
          },
          "name": "modifiers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3143
          },
          "name": "playingTabId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request SyntheticsTest#request}",
            "stability": "stable",
            "summary": "Request for an API step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3149
          },
          "name": "request",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3155
          },
          "name": "subtestPublicId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "Value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3161
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#variable SyntheticsTest#variable}",
            "stability": "stable",
            "summary": "variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3191
          },
          "name": "variable",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#with_click SyntheticsTest#with_click}",
            "stability": "stable",
            "summary": "For \"file upload\" steps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3167
          },
          "name": "withClick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#x SyntheticsTest#x}",
            "stability": "stable",
            "summary": "X coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3173
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#y SyntheticsTest#y}",
            "stability": "stable",
            "summary": "Y coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3179
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParams"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2890
      },
      "name": "SyntheticsTestBrowserStepParamsElementUserLocator",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "value block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2900
          },
          "name": "value",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#fail_test_on_cannot_locate SyntheticsTest#fail_test_on_cannot_locate}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2894
          },
          "name": "failTestOnCannotLocate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsElementUserLocator"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2973
          },
          "name": "putValue",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2960
          },
          "name": "resetFailTestOnCannotLocate"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2970
          },
          "name": "value",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2964
          },
          "name": "failTestOnCannotLocateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2977
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2954
          },
          "name": "failTestOnCannotLocate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2801
      },
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValue",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#value SyntheticsTest#value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2809
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2805
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsElementUserLocatorValue"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 2830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 2823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2869
          },
          "name": "resetType"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2873
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2886
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2863
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2879
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 3229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3639
          },
          "name": "putElementUserLocator",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3655
          },
          "name": "putVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3370
          },
          "name": "resetAttribute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3386
          },
          "name": "resetCheck"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3402
          },
          "name": "resetClickType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3418
          },
          "name": "resetCode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3434
          },
          "name": "resetDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3450
          },
          "name": "resetElement"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3642
          },
          "name": "resetElementUserLocator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3466
          },
          "name": "resetEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3482
          },
          "name": "resetFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3498
          },
          "name": "resetFiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3514
          },
          "name": "resetModifiers"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3530
          },
          "name": "resetPlayingTabId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3546
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3562
          },
          "name": "resetSubtestPublicId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3578
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3658
          },
          "name": "resetVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3594
          },
          "name": "resetWithClick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3610
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3626
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3636
          },
          "name": "elementUserLocator",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3652
          },
          "name": "variable",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3374
          },
          "name": "attributeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3390
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3406
          },
          "name": "clickTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3422
          },
          "name": "codeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3438
          },
          "name": "delayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3454
          },
          "name": "elementInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3646
          },
          "name": "elementUserLocatorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3470
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3486
          },
          "name": "fileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3502
          },
          "name": "filesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3518
          },
          "name": "modifiersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3534
          },
          "name": "playingTabIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3550
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3566
          },
          "name": "subtestPublicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3582
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3662
          },
          "name": "variableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3598
          },
          "name": "withClickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3614
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3630
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3364
          },
          "name": "attribute",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3380
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3396
          },
          "name": "clickType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3412
          },
          "name": "code",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3428
          },
          "name": "delay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3444
          },
          "name": "element",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3460
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3476
          },
          "name": "file",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3492
          },
          "name": "files",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3508
          },
          "name": "modifiers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3524
          },
          "name": "playingTabId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3540
          },
          "name": "request",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3556
          },
          "name": "subtestPublicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3572
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3588
          },
          "name": "withClick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3604
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3620
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParams"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 2981
      },
      "name": "SyntheticsTestBrowserStepParamsVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example of the extracted variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2987
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the extracted variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 2993
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsVariable"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 3014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 3007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3053
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3069
          },
          "name": "resetName"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsVariableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3057
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3073
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3047
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStepParamsVariable"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserStepParamsVariableOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserVariable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 3930
      },
      "name": "SyntheticsTestBrowserVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3951
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of browser test variable. Valid values are `element`, `email`, `global`, `javascript`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3963
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example for the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3936
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 3945
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#pattern SyntheticsTest#pattern}",
            "stability": "stable",
            "summary": "Pattern of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3957
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserVariable"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserVariableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 4123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4138
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariableOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestBrowserVariableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4131
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4131
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4131
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserVariableList"
    },
    "@cdktf/provider-datadog.SyntheticsTestBrowserVariableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 3990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 3980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4056
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4072
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4101
          },
          "name": "resetPattern"
        }
      ],
      "name": "SyntheticsTestBrowserVariableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4060
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4076
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4089
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4105
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4118
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4050
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4066
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4082
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4095
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4111
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 3994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestBrowserVariableOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 9
      },
      "name": "SyntheticsTestConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#locations SyntheticsTest#locations}",
            "stability": "stable",
            "summary": "Array of locations used to run the test. Refer to [Datadog documentation](https://docs.datadoghq.com/synthetics/api_test/#request) for available locations (e.g. `aws:eu-central-1`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 28
          },
          "name": "locations",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of Datadog synthetics test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 40
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 64
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Synthetics test type. Valid values are `api`, `browser`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 82
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#api_step SyntheticsTest#api_step}",
            "stability": "stable",
            "summary": "api_step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 88
          },
          "name": "apiStep",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#assertion SyntheticsTest#assertion}",
            "stability": "stable",
            "summary": "assertion block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 94
          },
          "name": "assertion",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#browser_step SyntheticsTest#browser_step}",
            "stability": "stable",
            "summary": "browser_step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 100
          },
          "name": "browserStep",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#browser_variable SyntheticsTest#browser_variable}",
            "stability": "stable",
            "summary": "browser_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 106
          },
          "name": "browserVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#config_variable SyntheticsTest#config_variable}",
            "stability": "stable",
            "summary": "config_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 112
          },
          "name": "configVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Array with the different device IDs used to run the test. Valid values are `laptop_large`, `tablet`, `mobile_small`, `chrome.laptop_large`, `chrome.tablet`, `chrome.mobile_small`, `firefox.laptop_large`, `firefox.tablet`, `firefox.mobile_small`, `edge.laptop_large`, `edge.tablet`, `edge.mobile_small`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#device_ids SyntheticsTest#device_ids}",
            "stability": "stable",
            "summary": "Required if `type = \"browser\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 15
          },
          "name": "deviceIds",
          "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://www.terraform.io/docs/providers/datadog/r/synthetics_test#id SyntheticsTest#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 22
          },
          "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.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 34
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#options_list SyntheticsTest#options_list}",
            "stability": "stable",
            "summary": "options_list block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 118
          },
          "name": "optionsList",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsList"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}",
            "stability": "stable",
            "summary": "request_basicauth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 124
          },
          "name": "requestBasicauth",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}",
            "stability": "stable",
            "summary": "request_client_certificate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 130
          },
          "name": "requestClientCertificate",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_definition SyntheticsTest#request_definition}",
            "stability": "stable",
            "summary": "request_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 136
          },
          "name": "requestDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_headers SyntheticsTest#request_headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 46
          },
          "name": "requestHeaders",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_proxy SyntheticsTest#request_proxy}",
            "stability": "stable",
            "summary": "request_proxy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 142
          },
          "name": "requestProxy",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxy"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#request_query SyntheticsTest#request_query}",
            "stability": "stable",
            "summary": "Query arguments name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 52
          },
          "name": "requestQuery",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 58
          },
          "name": "setCookie",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to `http`. Valid values are `http`, `ssl`, `tcp`, `dns`, `multi`, `icmp`, `udp`, `websocket`, `grpc`.\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#subtype SyntheticsTest#subtype}",
            "stability": "stable",
            "summary": "The subtype of the Synthetic API test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 70
          },
          "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://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 76
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestConfig"
    },
    "@cdktf/provider-datadog.SyntheticsTestConfigVariable": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4142
      },
      "name": "SyntheticsTestConfigVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4163
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of test configuration variable. Valid values are `global`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4175
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example for the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4148
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4157
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#pattern SyntheticsTest#pattern}",
            "stability": "stable",
            "summary": "Pattern of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4169
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestConfigVariable"
    },
    "@cdktf/provider-datadog.SyntheticsTestConfigVariableList": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 4335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4350
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariableOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestConfigVariableList",
      "properties": [
        {
          "docs": {
            "stability": "stable",
            "summary": "The attribute on the parent resource this class is referencing."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4343
          },
          "name": "terraformAttribute",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "The parent resource."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4343
          },
          "name": "terraformResource",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "fqn": "cdktf.IInterpolatingParent"
          }
        },
        {
          "docs": {
            "stability": "stable",
            "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4343
          },
          "name": "wrapsSet",
          "overrides": "cdktf.ComplexList",
          "protected": true,
          "type": {
            "primitive": "boolean"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestConfigVariableList"
    },
    "@cdktf/provider-datadog.SyntheticsTestConfigVariableOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a 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.ts",
        "line": 4192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4268
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4284
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4313
          },
          "name": "resetPattern"
        }
      ],
      "name": "SyntheticsTestConfigVariableOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4272
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4288
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4301
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4317
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4330
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4262
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4278
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4294
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4307
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4323
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktf.IResolvable"
                },
                {
                  "fqn": "@cdktf/provider-datadog.SyntheticsTestConfigVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestConfigVariableOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsList": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsList",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4706
      },
      "name": "SyntheticsTestOptionsList",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4770
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#accept_self_signed SyntheticsTest#accept_self_signed}",
            "stability": "stable",
            "summary": "For SSL test, whether or not the test should allow self signed certificates."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4712
          },
          "name": "acceptSelfSigned",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}",
            "stability": "stable",
            "summary": "Allows loading insecure content for an HTTP test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4718
          },
          "name": "allowInsecure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#check_certificate_revocation SyntheticsTest#check_certificate_revocation}",
            "stability": "stable",
            "summary": "For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4724
          },
          "name": "checkCertificateRevocation",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#ci SyntheticsTest#ci}",
            "stability": "stable",
            "summary": "ci block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4776
          },
          "name": "ci",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCi"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4730
          },
          "name": "followRedirects",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#min_failure_duration SyntheticsTest#min_failure_duration}",
            "stability": "stable",
            "summary": "Minimum amount of time in failure required to trigger an alert. Default is `0`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4736
          },
          "name": "minFailureDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#min_location_failed SyntheticsTest#min_location_failed}",
            "stability": "stable",
            "summary": "Minimum number of locations in failure required to trigger an alert. Default is `1`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4742
          },
          "name": "minLocationFailed",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4748
          },
          "name": "monitorName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#monitor_options SyntheticsTest#monitor_options}",
            "stability": "stable",
            "summary": "monitor_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4782
          },
          "name": "monitorOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#monitor_priority SyntheticsTest#monitor_priority}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4752
          },
          "name": "monitorPriority",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}",
            "stability": "stable",
            "summary": "Prevents saving screenshots of the steps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4758
          },
          "name": "noScreenshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4764
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#retry SyntheticsTest#retry}",
            "stability": "stable",
            "summary": "retry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4788
          },
          "name": "retry",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#rum_settings SyntheticsTest#rum_settings}",
            "stability": "stable",
            "summary": "rum_settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4794
          },
          "name": "rumSettings",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsList"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListCi": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCi",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4354
      },
      "name": "SyntheticsTestOptionsListCi",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4360
          },
          "name": "executionRule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListCi"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListCiOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCiOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4413
          },
          "name": "resetExecutionRule"
        }
      ],
      "name": "SyntheticsTestOptionsListCiOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4417
          },
          "name": "executionRuleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4407
          },
          "name": "executionRule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCi"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListCiOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4421
      },
      "name": "SyntheticsTestOptionsListMonitorOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#renotify_interval SyntheticsTest#renotify_interval}",
            "stability": "stable",
            "summary": "Specify a renotification frequency."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4427
          },
          "name": "renotifyInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListMonitorOptions"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptionsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4480
          },
          "name": "resetRenotifyInterval"
        }
      ],
      "name": "SyntheticsTestOptionsListMonitorOptionsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4484
          },
          "name": "renotifyIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4474
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListMonitorOptionsOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5115
          },
          "name": "putCi",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCi"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5131
          },
          "name": "putMonitorOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5147
          },
          "name": "putRetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5163
          },
          "name": "putRumSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4945
          },
          "name": "resetAcceptSelfSigned"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4961
          },
          "name": "resetAllowInsecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4977
          },
          "name": "resetCheckCertificateRevocation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5118
          },
          "name": "resetCi"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4993
          },
          "name": "resetFollowRedirects"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5009
          },
          "name": "resetMinFailureDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5025
          },
          "name": "resetMinLocationFailed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5041
          },
          "name": "resetMonitorName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5134
          },
          "name": "resetMonitorOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5057
          },
          "name": "resetMonitorPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5073
          },
          "name": "resetNoScreenshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5089
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5150
          },
          "name": "resetRetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5166
          },
          "name": "resetRumSettings"
        }
      ],
      "name": "SyntheticsTestOptionsListOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5112
          },
          "name": "ci",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCiOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5128
          },
          "name": "monitorOptions",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5144
          },
          "name": "retry",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5160
          },
          "name": "rumSettings",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettingsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4949
          },
          "name": "acceptSelfSignedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4965
          },
          "name": "allowInsecureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4981
          },
          "name": "checkCertificateRevocationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5122
          },
          "name": "ciInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListCi"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4997
          },
          "name": "followRedirectsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5013
          },
          "name": "minFailureDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5029
          },
          "name": "minLocationFailedInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5045
          },
          "name": "monitorNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5138
          },
          "name": "monitorOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListMonitorOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5061
          },
          "name": "monitorPriorityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5077
          },
          "name": "noScreenshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5093
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5154
          },
          "name": "retryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5170
          },
          "name": "rumSettingsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5106
          },
          "name": "tickEveryInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4939
          },
          "name": "acceptSelfSigned",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4955
          },
          "name": "allowInsecure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4971
          },
          "name": "checkCertificateRevocation",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4987
          },
          "name": "followRedirects",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5003
          },
          "name": "minFailureDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5019
          },
          "name": "minLocationFailed",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5035
          },
          "name": "monitorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5051
          },
          "name": "monitorPriority",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5067
          },
          "name": "noScreenshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5083
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5099
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsList"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4488
      },
      "name": "SyntheticsTestOptionsListRetry",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4494
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#interval SyntheticsTest#interval}",
            "stability": "stable",
            "summary": "Interval between a failed test and the next retry in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4500
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListRetry"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListRetryOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4560
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4576
          },
          "name": "resetInterval"
        }
      ],
      "name": "SyntheticsTestOptionsListRetryOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4564
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4580
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4554
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4570
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRetry"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListRetryOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 4584
      },
      "name": "SyntheticsTestOptionsListRumSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4602
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4590
          },
          "name": "applicationId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 4596
          },
          "name": "clientTokenId",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListRumSettings"
    },
    "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettingsOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 4624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 4617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4669
          },
          "name": "resetApplicationId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4685
          },
          "name": "resetClientTokenId"
        }
      ],
      "name": "SyntheticsTestOptionsListRumSettingsOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4673
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4689
          },
          "name": "clientTokenIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4702
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4663
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4679
          },
          "name": "clientTokenId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4695
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 4628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestOptionsListRumSettings"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestOptionsListRumSettingsOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 5174
      },
      "name": "SyntheticsTestRequestBasicauth",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#access_key SyntheticsTest#access_key}",
            "stability": "stable",
            "summary": "Access key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5180
          },
          "name": "accessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#domain SyntheticsTest#domain}",
            "stability": "stable",
            "summary": "Domain for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5186
          },
          "name": "domain",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#password SyntheticsTest#password}",
            "stability": "stable",
            "summary": "Password for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5192
          },
          "name": "password",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#region SyntheticsTest#region}",
            "stability": "stable",
            "summary": "Region for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5198
          },
          "name": "region",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#secret_key SyntheticsTest#secret_key}",
            "stability": "stable",
            "summary": "Secret key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5204
          },
          "name": "secretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#service_name SyntheticsTest#service_name}",
            "stability": "stable",
            "summary": "Service name for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5210
          },
          "name": "serviceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#session_token SyntheticsTest#session_token}",
            "stability": "stable",
            "summary": "Session token for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5216
          },
          "name": "sessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of basic authentication to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5222
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#username SyntheticsTest#username}",
            "stability": "stable",
            "summary": "Username for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5228
          },
          "name": "username",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#workstation SyntheticsTest#workstation}",
            "stability": "stable",
            "summary": "Workstation for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5234
          },
          "name": "workstation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestBasicauth"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestBasicauthOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 5263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5350
          },
          "name": "resetAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5366
          },
          "name": "resetDomain"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5382
          },
          "name": "resetPassword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5398
          },
          "name": "resetRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5414
          },
          "name": "resetSecretKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5430
          },
          "name": "resetServiceName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5446
          },
          "name": "resetSessionToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5462
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5478
          },
          "name": "resetUsername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5494
          },
          "name": "resetWorkstation"
        }
      ],
      "name": "SyntheticsTestRequestBasicauthOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5354
          },
          "name": "accessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5370
          },
          "name": "domainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5386
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5402
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5418
          },
          "name": "secretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5434
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5450
          },
          "name": "sessionTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5466
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5482
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5498
          },
          "name": "workstationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5344
          },
          "name": "accessKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5360
          },
          "name": "domain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5376
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5392
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5408
          },
          "name": "secretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5424
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5440
          },
          "name": "sessionToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5456
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5472
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5488
          },
          "name": "workstation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestBasicauth"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestBasicauthOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 5688
      },
      "name": "SyntheticsTestRequestClientCertificate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#cert SyntheticsTest#cert}",
            "stability": "stable",
            "summary": "cert block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5694
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#key SyntheticsTest#key}",
            "stability": "stable",
            "summary": "key block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5700
          },
          "name": "key",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificate"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 5502
      },
      "name": "SyntheticsTestRequestClientCertificateCert",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5508
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5514
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificateCert"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCertOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCertOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 5535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5587
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateCertOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5575
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5591
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5568
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5581
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificateCertOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 5595
      },
      "name": "SyntheticsTestRequestClientCertificateKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5601
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5607
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificateKey"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKeyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 5628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5680
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateKeyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5668
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5684
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5661
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5674
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificateKeyOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 5721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5757
          },
          "name": "putCert",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5770
          },
          "name": "putKey",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey"
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5754
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCertOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5767
          },
          "name": "key",
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKeyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5761
          },
          "name": "certInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateCert"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5774
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificateKey"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestClientCertificate"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestClientCertificateOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestDefinition": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 5778
      },
      "name": "SyntheticsTestRequestDefinition",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#body SyntheticsTest#body}",
            "stability": "stable",
            "summary": "The request body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5784
          },
          "name": "body",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5790
          },
          "name": "dnsServer",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5796
          },
          "name": "dnsServerPort",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#host SyntheticsTest#host}",
            "stability": "stable",
            "summary": "Host name to perform the test with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5802
          },
          "name": "host",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#message SyntheticsTest#message}",
            "stability": "stable",
            "summary": "For UDP and websocket tests, message to send with the request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5808
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#method SyntheticsTest#method}",
            "stability": "stable",
            "summary": "The HTTP method. Valid values are `GET`, `POST`, `PATCH`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5814
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5820
          },
          "name": "noSavingResponseBody",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5826
          },
          "name": "numberOfPackets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#port SyntheticsTest#port}",
            "stability": "stable",
            "summary": "Port to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5832
          },
          "name": "port",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5838
          },
          "name": "servername",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#service SyntheticsTest#service}",
            "stability": "stable",
            "summary": "For gRPC tests, service to target for healthcheck."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5844
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 5850
          },
          "name": "shouldTrackHops",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Timeout in seconds for the test. Defaults to `60`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5856
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "The URL to send the request to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5862
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestDefinition"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestDefinitionOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 5895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 5888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6006
          },
          "name": "resetBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6022
          },
          "name": "resetDnsServer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6038
          },
          "name": "resetDnsServerPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6054
          },
          "name": "resetHost"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6070
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6086
          },
          "name": "resetMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6102
          },
          "name": "resetNoSavingResponseBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6118
          },
          "name": "resetNumberOfPackets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6134
          },
          "name": "resetPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6150
          },
          "name": "resetServername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6166
          },
          "name": "resetService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6182
          },
          "name": "resetShouldTrackHops"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6198
          },
          "name": "resetTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6214
          },
          "name": "resetUrl"
        }
      ],
      "name": "SyntheticsTestRequestDefinitionOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6010
          },
          "name": "bodyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6026
          },
          "name": "dnsServerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6042
          },
          "name": "dnsServerPortInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6058
          },
          "name": "hostInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6074
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6090
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6106
          },
          "name": "noSavingResponseBodyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6122
          },
          "name": "numberOfPacketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6138
          },
          "name": "portInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6154
          },
          "name": "servernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6170
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6186
          },
          "name": "shouldTrackHopsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6202
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6218
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6000
          },
          "name": "body",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6016
          },
          "name": "dnsServer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6032
          },
          "name": "dnsServerPort",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6048
          },
          "name": "host",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6064
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6080
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6096
          },
          "name": "noSavingResponseBody",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6112
          },
          "name": "numberOfPackets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6128
          },
          "name": "port",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6144
          },
          "name": "servername",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6160
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6176
          },
          "name": "shouldTrackHops",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6192
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6208
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 5899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestDefinition"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestDefinitionOutputReference"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestProxy": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test.ts",
        "line": 6222
      },
      "name": "SyntheticsTestRequestProxy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "URL of the proxy to perform the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6234
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/synthetics_test#headers SyntheticsTest#headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6228
          },
          "name": "headers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestProxy"
    },
    "@cdktf/provider-datadog.SyntheticsTestRequestProxyOutputReference": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test.ts",
          "line": 6255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktf.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.ts",
        "line": 6248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6294
          },
          "name": "resetHeaders"
        }
      ],
      "name": "SyntheticsTestRequestProxyOutputReference",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6298
          },
          "name": "headersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6311
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6288
          },
          "name": "headers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6304
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test.ts",
            "line": 6259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktf/provider-datadog.SyntheticsTestRequestProxy"
          }
        }
      ],
      "symbolId": "src/synthetics-test:SyntheticsTestRequestProxyOutputReference"
    },
    "@cdktf/provider-datadog.User": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/user datadog_user}."
      },
      "fqn": "@cdktf/provider-datadog.User",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/user datadog_user} Resource."
        },
        "locationInModule": {
          "filename": "src/user.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": "@cdktf/provider-datadog.UserConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/user.ts",
        "line": 52
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 106
          },
          "name": "resetDisabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 135
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 151
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 167
          },
          "name": "resetRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 183
          },
          "name": "resetSendUserInvitation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 205
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "User",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 57
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 192
          },
          "name": "userInvitationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 197
          },
          "name": "verified",
          "type": {
            "fqn": "cdktf.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 110
          },
          "name": "disabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 123
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 139
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 171
          },
          "name": "rolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 187
          },
          "name": "sendUserInvitationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 100
          },
          "name": "disabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 116
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 129
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 145
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 161
          },
          "name": "roles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 177
          },
          "name": "sendUserInvitation",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/user:User"
    },
    "@cdktf/provider-datadog.UserConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.UserConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/user.ts",
        "line": 9
      },
      "name": "UserConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/user#email User#email}",
            "stability": "stable",
            "summary": "Email address for user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 21
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/user#disabled User#disabled}",
            "stability": "stable",
            "summary": "Whether the user is disabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 15
          },
          "name": "disabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.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://www.terraform.io/docs/providers/datadog/r/user#id User#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/user#name User#name}",
            "stability": "stable",
            "summary": "Name for user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 34
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/user#roles User#roles}",
            "stability": "stable",
            "summary": "A list a role IDs to assign to the user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 40
          },
          "name": "roles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/user#send_user_invitation User#send_user_invitation}",
            "stability": "stable",
            "summary": "Whether an invitation email should be sent when the user is created."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user.ts",
            "line": 46
          },
          "name": "sendUserInvitation",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/user:UserConfig"
    },
    "@cdktf/provider-datadog.Webhook": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/webhook datadog_webhook}."
      },
      "fqn": "@cdktf/provider-datadog.Webhook",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/webhook datadog_webhook} Resource."
        },
        "locationInModule": {
          "filename": "src/webhook.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": "@cdktf/provider-datadog.WebhookConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/webhook.ts",
        "line": 52
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 106
          },
          "name": "resetCustomHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 122
          },
          "name": "resetEncodeAs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 138
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 167
          },
          "name": "resetPayload"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 192
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Webhook",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 57
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 110
          },
          "name": "customHeadersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 126
          },
          "name": "encodeAsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 142
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 171
          },
          "name": "payloadInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 184
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 100
          },
          "name": "customHeaders",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 116
          },
          "name": "encodeAs",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 132
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 161
          },
          "name": "payload",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 177
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook:Webhook"
    },
    "@cdktf/provider-datadog.WebhookConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.WebhookConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/webhook.ts",
        "line": 9
      },
      "name": "WebhookConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook#name Webhook#name}",
            "stability": "stable",
            "summary": "The name of the webhook. It corresponds with `<WEBHOOK_NAME>`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 34
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook#url Webhook#url}",
            "stability": "stable",
            "summary": "The URL of the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 46
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook#custom_headers Webhook#custom_headers}",
            "stability": "stable",
            "summary": "The headers attached to the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 15
          },
          "name": "customHeaders",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook#encode_as Webhook#encode_as}",
            "stability": "stable",
            "summary": "Encoding type. Valid values are `json`, `form`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 21
          },
          "name": "encodeAs",
          "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://www.terraform.io/docs/providers/datadog/r/webhook#id Webhook#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 28
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook#payload Webhook#payload}",
            "stability": "stable",
            "summary": "The payload of the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook.ts",
            "line": 40
          },
          "name": "payload",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook:WebhookConfig"
    },
    "@cdktf/provider-datadog.WebhookCustomVariable": {
      "assembly": "@cdktf/provider-datadog",
      "base": "cdktf.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://www.terraform.io/docs/providers/datadog/r/webhook_custom_variable datadog_webhook_custom_variable}."
      },
      "fqn": "@cdktf/provider-datadog.WebhookCustomVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://www.terraform.io/docs/providers/datadog/r/webhook_custom_variable datadog_webhook_custom_variable} Resource."
        },
        "locationInModule": {
          "filename": "src/webhook-custom-variable.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": "@cdktf/provider-datadog.WebhookCustomVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/webhook-custom-variable.ts",
        "line": 40
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 92
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktf.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "WebhookCustomVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 45
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 96
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 109
          },
          "name": "isSecretInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 122
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 86
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 102
          },
          "name": "isSecret",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 115
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 128
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook-custom-variable:WebhookCustomVariable"
    },
    "@cdktf/provider-datadog.WebhookCustomVariableConfig": {
      "assembly": "@cdktf/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktf/provider-datadog.WebhookCustomVariableConfig",
      "interfaces": [
        "cdktf.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/webhook-custom-variable.ts",
        "line": 9
      },
      "name": "WebhookCustomVariableConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 22
          },
          "name": "isSecret",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktf.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/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.ts",
            "line": 28
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/datadog/r/webhook_custom_variable#value WebhookCustomVariable#value}",
            "stability": "stable",
            "summary": "The value of the custom variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 34
          },
          "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://www.terraform.io/docs/providers/datadog/r/webhook_custom_variable#id WebhookCustomVariable#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook-custom-variable:WebhookCustomVariableConfig"
    }
  },
  "version": "2.0.12",
  "fingerprint": "+Rxtapgw9yWZUQopivMOMDGutx8v9N5MOWpFgBYjxck="
}